This topic has not yet been rated - Rate this topic

SqlString Methods

The SqlString type exposes the following members.

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