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 方法返回的值将显示在 字段中。

适用于