DataTable.DisplayExpression Propriedade

Definição

Obtém ou define a expressão que retorna um valor usado para representar essa tabela na interface do usuário. A DisplayExpression propriedade permite que você exiba o nome dessa tabela em uma interface do usuário.

public:
 property System::String ^ DisplayExpression { System::String ^ get(); void set(System::String ^ value); };
public string DisplayExpression { get; [System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from types used in the expressions may be trimmed if not referenced directly.")] set; }
public string DisplayExpression { get; set; }
[System.Data.DataSysDescription("DataTableDisplayExpressionDescr")]
public string DisplayExpression { get; set; }
[<set: System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from types used in the expressions may be trimmed if not referenced directly.")>]
member this.DisplayExpression : string with get, set
member this.DisplayExpression : string with get, set
[<System.Data.DataSysDescription("DataTableDisplayExpressionDescr")>]
member this.DisplayExpression : string with get, set
Public Property DisplayExpression As String

Valor da propriedade

Uma cadeia de caracteres de exibição.

Atributos

Aplica-se a

Confira também