SqlString Methods
.NET Framework 4.5
The SqlString type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Concatenates two specified SqlString values to create a new SqlString structure. |
|
Clone | Creates a copy of this SqlString object. |
|
CompareOptionsFromSqlCompareOptions | Gets the CompareOptions enumeration equilvalent of the specified SqlCompareOptions value. |
|
CompareTo(Object) | Compares this SqlString object to the supplied Object and returns an indication of their relative values. |
|
CompareTo(SqlString) | Compares this SqlString instance to the supplied SqlString and returns an indication of their relative values. |
|
Concat | Concatenates the two specified SqlString structures. |
|
Equals(Object) | Compares the supplied object parameter to the Value property of the SqlString object. (Overrides ValueType.Equals(Object).) |
|
Equals(SqlString, SqlString) | Performs a logical comparison of the two SqlString operands to determine whether they are equal. |
|
GetHashCode | Gets the hash code for this instance. (Overrides ValueType.GetHashCode().) |
|
GetNonUnicodeBytes | Gets an array of bytes, that contains the contents of the SqlString in ANSI format. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GetUnicodeBytes | Gets an array of bytes, that contains the contents of the SqlString in Unicode format. |
|
GetXsdType | Returns the XML Schema definition language (XSD) of the specified XmlSchemaSet. |
|
GreaterThan | Performs a logical comparison of the two SqlString operands to determine whether the first is greater than the second. |
|
GreaterThanOrEqual | Performs a logical comparison of the two SqlString operands to determine whether the first is greater than or equal to the second. |
|
LessThan | Performs a logical comparison of the two SqlString operands to determine whether the first is less than the second. |
|
LessThanOrEqual | Performs a logical comparison of the two SqlString operands to determine whether the first is less than or equal to the second. |
|
NotEquals | Performs a logical comparison of the two SqlString operands to determine whether they are not equal. |
|
ToSqlBoolean | Converts this SqlString structure to SqlBoolean. |
|
ToSqlByte | Converts this SqlString structure to SqlByte. |
|
ToSqlDateTime | Converts this SqlString structure to SqlDateTime. |
|
ToSqlDecimal | Converts this SqlString structure to SqlDecimal. |
|
ToSqlDouble | Converts this SqlString structure to SqlDouble. |
|
ToSqlGuid | Converts this SqlString structure to SqlGuid. |
|
ToSqlInt16 | Converts this SqlString structure to SqlInt16. |
|
ToSqlInt32 | Converts this SqlString structure to SqlInt32. |
|
ToSqlInt64 | Converts this SqlString structure to SqlInt64. |
|
ToSqlMoney | Converts this SqlString structure to SqlMoney. |
|
ToSqlSingle | Converts this SqlString structure to SqlSingle. |
|
ToString | Converts a SqlString object to a String. (Overrides ValueType.ToString().) |
| Name | Description | |
|---|---|---|
|
IXmlSerializable.GetSchema | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
|
IXmlSerializable.ReadXml | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
|
IXmlSerializable.WriteXml | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |