SqlChars.Null 属性

定义

返回此 SqlChars 的 null 实例。Returns a null instance of this SqlChars.

public:
 static property System::Data::SqlTypes::SqlChars ^ Null { System::Data::SqlTypes::SqlChars ^ get(); };
public static System.Data.SqlTypes.SqlChars Null { get; }
member this.Null : System.Data.SqlTypes.SqlChars
Public Shared ReadOnly Property Null As SqlChars

属性值

SqlChars

IsNull 属性返回的实例 trueAn instance whose IsNull property returns true. 有关详细信息,请参阅 处理 Null 值For more information, see Handling Null Values.

适用于