Share via


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

适用于