SqlChars::Value Property

 

Returns a managed copy of the value held by this SqlChars.

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

public:
property array<wchar_t>^ Value {
	array<wchar_t>^ get();
}

Property Value

Type: array<System::Char>^

The value of this SqlChars as an array of characters.

Returns a null reference for null value SqlChars.

.NET Framework
Available since 2.0
Return to top
Show: