IsNullableDbType Method
See Also 
SourceCode.Security.UserRoleManager.Management.UserRoleCriteria Namespace > Utility Class : IsNullableDbType Method



dbType

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function IsNullableDbType( _
   ByVal dbType As DbType _
) As Boolean
Visual Basic (Usage) Copy Code
Dim dbType As DbType
Dim value As Boolean
 
value = Utility.IsNullableDbType(dbType)
C#  
public static bool IsNullableDbType( 
   DbType dbType
)
C++/CLI  
public:
static bool IsNullableDbType( 
   DbType dbType
) 

Parameters

dbType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also