SqlString
Specifies that sorts should be based on a characters numeric value instead of its alphabetical value.
Specifies that sorts should be based on a character's numeric value instead of its alphabetical value.
Specifies that SqlString comparisons should ignore case.
Specifies that the string comparison must ignore the Kana type.
Specifies that the string comparison must ignore non-space combining characters, such as diacritics.
Specifies that the string comparison must ignore the character width.
Gets the CompareInfo object that defines how string comparisons should be performed for this SqlString structure.
Gets the CultureInfo structure that represents information about the culture of this SqlString object.
Indicates whether this SqlString structure is null.
Specifies the geographical locale and language for the SqlString structure.
A combination of one or more of the SqlCompareOptions enumeration values that represent the way in which this SqlString should be compared to other SqlString structures.
Gets the string that is stored in this SqlString structure. This property is read-only.
Initializes a new instance of the SqlString structure using the specified locale id, compare options, and data.
Initializes a new instance of the SqlString class.
Initializes a new instance of the SqlString class.
public SqlString(int lcid, SqlCompareOptions compareOptions, byte[] data, int index, int count, bool fUnicode)
Initializes a new instance of the SqlString class.
Initializes a new instance of the SqlString structure using the specified string.
Initializes a new instance of the SqlString structure using the specified string and locale id values.
Initializes a new instance of the SqlString structure using the specified string, locale id, and compare option values.
Gets the CompareOptions enumeration equilvalent of the specified SqlCompareOptions value.
Concatenates the two specified SqlString structures.
Performs a logical comparison of the two SqlString operands to determine whether they are equal.
Performs a logical comparison of the two SqlString operands to determine whether the first is greater than the second.
Performs a logical comparison of the two SqlString operands to determine whether the first is greater than or equal to the second.
Performs a logical comparison of the two SqlString operands to determine whether the first is less than the second.
Performs a logical comparison of the two SqlString operands to determine whether the first is less than or equal to the second.
Performs a logical comparison of the two SqlString operands to determine whether they are not equal.
Concatenates the two specified SqlString structures.
Performs a logical comparison of the two SqlString operands to determine whether they are equal.
Converts the specified SqlBoolean structure to SqlString.
Converts the specified SqlDateTime parameter to SqlString.
Converts the specified SqlDecimal parameter to SqlString.
Performs a logical comparison of the two SqlString operands to determine whether the first is greater than the second.
Performs a logical comparison of the two SqlString operands to determine whether the first is greater than or equal to the second.
Performs a logical comparison of the two SqlString operands to determine whether they are not equal.
Performs a logical comparison of the two SqlString operands to determine whether the first is less than the second.
Performs a logical comparison of the two SqlString operands to determine whether the first is less than or equal to the second.
Creates a copy of this SqlString object.
Compares this SqlString instance to the supplied SqlString and returns an indication of their relative values.
Compares this SqlString object to the supplied Object and returns an indication of their relative values.
Gets an array of bytes, that contains the contents of the SqlString in ANSI format.
Gets an array of bytes, that contains the contents of the SqlString in Unicode format.
Converts this SqlString structure to SqlBoolean.
Converts this SqlString structure to SqlDateTime.
Converts this SqlString structure to SqlDecimal.