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!

DBNull.GetTypeCode

Gets the TypeCode value for DBNull.

[Visual Basic]
Overridable Public Function GetTypeCode() As TypeCode
[C#]
public virtual TypeCode GetTypeCode();
[C++]
public: virtual TypeCode GetTypeCode();
[JScript]
public function GetTypeCode() : TypeCode;

Return Value

The TypeCode value for DBNull.

See Also

DBNull Class | DBNull Members | System Namespace | TypeCode