ImageField.ThisExpression Campo
Definição
Representa a expressão "this".Represents the "this" expression.
public: static initonly System::String ^ ThisExpression;
public static readonly string ThisExpression;
staticval mutable ThisExpression : string
Public Shared ReadOnly ThisExpression As String
Valor do campo
Comentários
O ThisExpression campo é usado para indicar que o ImageField objeto deve se associar à própria fonte de dados em vez de um arquivado da fonte de dados.The ThisExpression field is used to indicate that the ImageField object should bind to the data source itself rather than a filed of the data source. Nesse caso, o valor retornado pelo método do objeto ToString será exibido no campo.In this case, the value returned by the object's ToString method will be displayed in the field.