SqlString Constructor
Supported by the .NET Compact Framework. |
Overloaded. Initializes a new instance of the SqlString class. |
![]() BinarySort
Supported by the .NET Compact Framework. |
Specifies that sorts should be based on a characters numeric value rather than its alphabetic value. |
![]() IgnoreCase
Supported by the .NET Compact Framework. |
Specifies that SqlString comparisons should ignore case. |
![]() IgnoreKanaType
Supported by the .NET Compact Framework. |
Specifies that the string comparison must ignore the Kana type. Kana type refers to Japanese hiragana and katakana characters, which represent phonetic sounds in the Japanese language. Hiragana is used for native Japanese expressions and words, while katakana is used for words borrowed from other languages, such as "computer" or "internet". A phonetic sound can be expressed in both hiragana and katakana. If this value is selected, the hiragana character for one sound is considered equal to the katakana character for the same sound. |
![]() IgnoreNonSpace
Supported by the .NET Compact Framework. |
Specifies that the string comparison must ignore nonspace combining characters, such as diacritics. The Unicode Standard defines combining characters as characters that are combined with base characters to produce a new character. Non-space combining characters do not take up character space by themselves when rendered. For more information on non-space combining characters, see the Unicode Standard at http://www.unicode.org. |
![]() IgnoreWidth
Supported by the .NET Compact Framework. |
Specifies that the string comparison must ignore the character width. For example, Japanese katakana characters can be written as full-width or half-width and, if this value is selected, the katakana characters written as full-width are considered equal to the same characters written in half-width. |
![]() Null
Supported by the .NET Compact Framework. |
Represents a null value that can be assigned to the Value property of an instance of the SqlString structure. |
CompareInfo
Supported by the .NET Compact Framework. |
Gets the CompareInfo object that defines how string comparisons should be performed for this SqlString structure. |
CultureInfo
Supported by the .NET Compact Framework. |
Gets the CultureInfo structure that represents information about the culture of this SqlString object. |
IsNull
Supported by the .NET Compact Framework. |
Indicates whether the Value of the SqlString is Null. |
LCID
Supported by the .NET Compact Framework. |
Specifies the geographical locale and language for the SqlString structure. |
SqlCompareOptions
Supported by the .NET Compact Framework. |
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. |
Value
Supported by the .NET Compact Framework. |
Gets the string that is stored in this SqlString structure. This property is read-only. |
Clone
Supported by the .NET Compact Framework. |
Creates a copy of this SqlString object. |
![]() CompareOptionsFromSqlCompareOptions
Supported by the .NET Compact Framework. |
Gets the CompareOptions enumeration equilvalent of the specified SqlCompareOptions value. |
CompareTo
Supported by the .NET Compact Framework. |
Compares this instance of SqlString to the supplied object and returns an indication of their relative values. |
![]() Concat
Supported by the .NET Compact Framework. |
Concatenates the two specified SqlString structures. |
Equals
Supported by the .NET Compact Framework. |
Overloaded. |
GetHashCode
Supported by the .NET Compact Framework. |
Overridden. Gets the hash code for this instance. |
GetNonUnicodeBytes
Supported by the .NET Compact Framework. |
Gets an array of bytes, containing the contents of the SqlString in ANSI format. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. |
Gets the Type of the current instance. |
GetUnicodeBytes
Supported by the .NET Compact Framework. |
Gets an array of bytes, containing the contents of the SqlString in Unicode format. |
![]() GreaterThan
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlString operands to determine if the first is greater than the second. |
![]() GreaterThanOrEqual
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlString operands to determine if the first is greater than or equal to the second. |
![]() LessThan
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlString operands to determine if the first is less than the second. |
![]() LessThanOrEqual
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlString operands to determine if the first is less than or equal to the second. |
![]() NotEquals
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlString operands to determine if they are not equal. |
ToSqlBoolean
Supported by the .NET Compact Framework. |
Converts this SqlString structure to SqlBoolean. |
ToSqlByte
Supported by the .NET Compact Framework. |
Converts this SqlString structure to SqlByte. |
ToSqlDateTime
Supported by the .NET Compact Framework. |
Converts this SqlString structure to SqlDateTime. |
ToSqlDecimal
Supported by the .NET Compact Framework. |
Converts this SqlString structure to SqlDecimal. |
ToSqlDouble
Supported by the .NET Compact Framework. |
Converts this SqlString structure to SqlDouble. |
ToSqlGuid
Supported by the .NET Compact Framework. |
Converts this SqlString structure to SqlGuid. |
ToSqlInt16
Supported by the .NET Compact Framework. |
Converts this SqlString structure to SqlInt16. |
ToSqlInt32
Supported by the .NET Compact Framework. |
Converts this SqlString structure to SqlInt32. |
ToSqlInt64
Supported by the .NET Compact Framework. |
Converts this SqlString structure to SqlInt64. |
ToSqlMoney
Supported by the .NET Compact Framework. |
Converts this SqlString structure to SqlMoney. |
ToSqlSingle
Supported by the .NET Compact Framework. |
Converts this SqlString structure to SqlSingle. |
ToString
Supported by the .NET Compact Framework. |
Overridden. Converts a SqlString object to a String. |
![]() Addition Operator
Supported by the .NET Compact Framework. |
Concatenates the two specified SqlString structures. |
![]() Equality Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlString operands to determine if they are equal. |
![]() Greater Than Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlString operands to determine if the first is greater than the second. |
![]() Greater Than Or Equal Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlString operands to determine if the first is greater than or equal to the second. |
![]() Inequality Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlString operands to determine if they are not equal. |
![]() Less Than Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlString operands to determine if the first is less than the second. |
![]() Less Than Or Equal Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of the two SqlString operands to determine if the first is less than or equal to the second. |
![]() SqlBoolean to SqlString Conversion
Supported by the .NET Compact Framework. |
Converts the specified SqlBoolean structure to SqlString. |
![]() SqlByte to SqlString Conversion
Supported by the .NET Compact Framework. |
Converts the specified SqlByte structure to SqlString. |
![]() SqlDateTime to SqlString Conversion
Supported by the .NET Compact Framework. |
Converts the specified SqlDateTime parameter to SqlString. |
![]() SqlDecimal to SqlString Conversion
Supported by the .NET Compact Framework. |
Converts the specified SqlDecimal parameter to SqlString. |
![]() SqlDouble to SqlString Conversion
Supported by the .NET Compact Framework. |
Converts the specified SqlDouble parameter to SqlString. |
![]() SqlGuid to SqlString Conversion
Supported by the .NET Compact Framework. |
Converts the specified SqlGuid parameter to SqlString. |
![]() SqlInt16 to SqlString Conversion
Supported by the .NET Compact Framework. |
Converts the specified SqlInt16 parameter to SqlString. |
![]() SqlInt32 to SqlString Conversion
Supported by the .NET Compact Framework. |
Converts the specified SqlInt32 parameter to SqlString. |
![]() SqlInt64 to SqlString Conversion
Supported by the .NET Compact Framework. |
Converts the specified SqlInt64 parameter to SqlString. |
![]() SqlMoney to SqlString Conversion
Supported by the .NET Compact Framework. |
Converts the specified SqlMoney parameter to SqlString. |
![]() SqlSingle to SqlString Conversion
Supported by the .NET Compact Framework. |
Converts the specified SqlSingle parameter to SqlString. |
![]() SqlString to String Conversion
Supported by the .NET Compact Framework. |
Converts a SqlString to a String |
![]() String to SqlString Conversion
Supported by the .NET Compact Framework. |
Converts the String parameter to a SqlString. |
Finalize (inherited from Object)
Supported by the .NET Compact Framework. |
Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |