This topic has not yet been rated - Rate this topic

DBNull.GetTypeCode Method

Gets the TypeCode value for DBNull.

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

Return Value

The TypeCode value for DBNull, which is TypeCode.DBNull.

Implements

IConvertible.GetTypeCode

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

See Also

DBNull Class | DBNull Members | System Namespace | TypeCode

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.