SqlChars.Value Property

Definition

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

public:
 property cli::array <char> ^ Value { cli::array <char> ^ get(); };
public char[] Value { get; }
member this.Value : char[]
Public ReadOnly Property Value As Char()

Property Value

Char[]

The value of this SqlChars as an array of characters.

Remarks

Returns a null reference for null value SqlChars.

Applies to

See also