MethodExpression.TypeName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定類別,這個類別的方法包含自訂查詢。
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
屬性值
前述方法為其中成員的類別。
備註
MethodExpression類別可讓您為控制項中的資料來源指定自訂表格達式 QueryExtender 。 您可以使用 TypeName 屬性來指定方法所屬的類別。