MethodSignatureGenerator.IsGetMethod Property

Definition

Gets or sets a value that indicates whether the signature generated needs to return a DataTable object.

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

Property Value

true if the signature generated needs to return a data table; otherwise, false.

Applies to