NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLString Members

Public:

Constructor

SQLString Constructor Overloaded. [To be supplied.]

Properties

IsNull Gets whether the Value of the SQLString is Null.
Value Gets the string that is to be stored.

Methods

Clone [To be supplied.]
EQ [To be supplied.]
Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GE [To be supplied.]
GetBytes [To be supplied.]
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetNonUnicodeBytes [To be supplied.]
GetType (inherited from Object) Gets the Type of the Object.
GetUnicodeBytes [To be supplied.]
GT [To be supplied.]
LE [To be supplied.]
LT [To be supplied.]
NE [To be supplied.]
ToString Overloaded. Converts a SQLString object to a string.

Operators and Type Conversions

Addition Operator [To be supplied.]
Equality Operator [To be supplied.]
Greater Than Operator [To be supplied.]
Greater Than Or Equal Operator [To be supplied.]
Inequality Operator [To be supplied.]
Less Than Operator [To be supplied.]
Less Than Or Equal Operator [To be supplied.]
SQLGuid to SQLString Conversion [To be supplied.]
SQLDateTime to SQLString Conversion [To be supplied.]
SQLInt32 to SQLString Conversion [To be supplied.]
SQLInt64 to SQLString Conversion [To be supplied.]
SQLSingle to SQLString Conversion [To be supplied.]
SQLInt16 to SQLString Conversion [To be supplied.]
SQLString to String Conversion [To be supplied.]
SQLBit to SQLString Conversion [To be supplied.]
SQLByte to SQLString Conversion [To be supplied.]
SQLDouble to SQLString Conversion [To be supplied.]
SQLNumeric to SQLString Conversion [To be supplied.]
SQLMoney to SQLString Conversion [To be supplied.]
SQLString to SQLDateTime Conversion Overloaded. [To be supplied.]

Fields

BinarySort [To be supplied.]
IgnoreCase [To be supplied.]
IgnoreKanaType [To be supplied.]
IgnoreNonSpace [To be supplied.]
IgnoreWidth [To be supplied.]
Null Represents a null value that can be assigned to the Value property of an instance of the SQLString class.

Protected:

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

SQLString Class | System.Data.SQLTypes Namespace