SqlChars.Null 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回此 SqlChars 的 null 实例。
public:
static property System::Data::SqlTypes::SqlChars ^ Null { System::Data::SqlTypes::SqlChars ^ get(); };
public static System.Data.SqlTypes.SqlChars Null { get; }
static member Null : System.Data.SqlTypes.SqlChars
Public Shared ReadOnly Property Null As SqlChars
属性值
其属性返回 的IsNulltrue
实例。 有关详细信息,请参阅 处理 Null 值。