共用方式為


MethodSignatureGenerator.IsGetMethod 屬性

定義

取得或設定值,這個值表示產生的簽章是否需要傳回 DataTable 物件。

public:
 property bool IsGetMethod { bool get(); void set(bool value); };
public bool IsGetMethod { get; set; }
member this.IsGetMethod : bool with get, set
Public Property IsGetMethod As Boolean

屬性值

true 如果產生的簽章需要傳回數據表,則為 ;否則為 false

適用於