ImageField.ThisExpression 字段

定义

表示“this”表达式。

public: static initonly System::String ^ ThisExpression;
public static readonly string ThisExpression;
 staticval mutable ThisExpression : string
Public Shared ReadOnly ThisExpression As String 

字段值

注解

ThisExpression 字段用于指示 ImageField 对象应绑定到数据源本身,而不是数据源的存档。 在这种情况下,对象 ToString 方法返回的值将显示在字段中。

适用于