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.

适用于