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!

SQLDataType Enumeration

[To be supplied.]

[Visual Basic]
Public Enum SQLDataType
[C#]
public enum SQLDataType
[C++]
public enum SQLDataType

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
BigInt [To be supplied.]
Binary [To be supplied.]
Bit [To be supplied.]
Char [To be supplied.]
DateTime [To be supplied.]
Decimal [To be supplied.]
Float [To be supplied.]
Image [To be supplied.]
Int [To be supplied.]
Money [To be supplied.]
NChar [To be supplied.]
NText [To be supplied.]
NVarChar [To be supplied.]
Real [To be supplied.]
SmallDateTime [To be supplied.]
SmallInt [To be supplied.]
SmallMoney [To be supplied.]
Text [To be supplied.]
TinyInt [To be supplied.]
UniqueId [To be supplied.]
VarBinary [To be supplied.]
VarChar [To be supplied.]
Variant [To be supplied.]

Requirements

Namespace: System.Data.SQL

Assembly: System.Data.dll

See Also

System.Data.SQL Namespace