MethodSignatureGenerator.IsGetMethod Proprietà

Definizione

Ottiene o imposta un valore che indica se la firma generata deve restituire un oggetto 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

Valore della proprietà

true se la firma generata deve restituire una tabella dati; in caso contrario, false.

Si applica a