MethodExpression.TypeName 属性

定义

获取或设置其方法包含自定义查询的类。

public:
 property System::String ^ TypeName { System::String ^ get(); void set(System::String ^ value); };
public string TypeName { get; set; }
member this.TypeName : string with get, set
Public Property TypeName As String

属性值

String

包含方法作为成员的类。

注解

MethodExpression利用类,您可以为控件中的数据源指定自定义表达式 QueryExtender 。 您可以使用 TypeName 属性指定该方法所属的类。

适用于