SqlChars::Null Property

 

Returns a null instance of this SqlChars.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
property SqlChars^ Null {
	static SqlChars^ get();
}

Property Value

Type: System.Data.SqlTypes::SqlChars^

Returns an instance in such a way that IsNull returns true. For more information, see Handling Null Values.

.NET Framework
Available since 2.0
Return to top
Show: