SqlChars
Returns a null instance of this SqlChars.
Returns a reference to the internal buffer.
Gets a Boolean value that indicates whether this SqlChars is null.
Gets or sets the SqlChars instance at the specified index.
Gets the length of the value that is contained in the SqlChars instance.
Gets the maximum length in two-byte characters of the value the internal buffer can hold.
Returns a managed copy of the value held by this SqlChars.
public SqlChars()
Initializes a new instance of the SqlChars class.
Initializes a new instance of the SqlChars class based on the specified character array.
Copies characters from this SqlChars instance to the passed-in buffer and returns the number of copied characters.
Sets the length of this SqlChars instance.
Sets this SqlChars instance to null.
Copies characters from the passed-in buffer to this SqlChars instance.