SqlBytes::Null Property

 

Returns a null instance of this SqlBytes.

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

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

Property Value

Type: System.Data.SqlTypes::SqlBytes^

Returns an instance in such a way that IsNull returns true.

.NET Framework
Available since 2.0
Return to top
Show: