共用方式為


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 屬性來指定方法所屬的類別。

適用於