SqlChars::Item Property (Int64)

 

Gets or sets the SqlChars instance at the specified index.

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

public:
property wchar_t default[
	long long offset
] {
	wchar_t get(long long offset);
	void set(long long offset, wchar_t value);
}

Parameters

offset
Type: System::Int64

An Int64 value.

Property Value

Type: System::Char

A Char value.

.NET Framework
Available since 2.0
Return to top
Show: