SqlChars::Buffer Property

 

Returns a reference to the internal buffer.

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

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

Property Value

Type: array<System::Char>^

Returns a reference to the internal buffer. For SqlChars instances created on top of unmanaged pointers, it returns a managed copy of the internal buffer.

Returns a null reference for null value SqlChars.

Throws an InvalidOperationException for stream-wrapped instances of SqlChars.

.NET Framework
Available since 2.0
Return to top
Show: