Knight Data Access Layer
DatabaseType Property




KellermanSoftware.NetDataAccessLayer Namespace > Field Class : DatabaseType Property
The generic database type
Syntax
Public Property DatabaseType As Nullable(Of DbType)
Dim instance As Field
Dim value As Nullable(Of DbType)
 
instance.DatabaseType = value
 
value = instance.DatabaseType
public Nullable<DbType> DatabaseType {get; set;}
public: __property Nullable<DbType> get_DatabaseType();
public: __property void set_DatabaseType( 
   Nullable<DbType> value
);
public:
property Nullable<DbType> DatabaseType {
   Nullable<DbType> get();
   void set (    Nullable<DbType> value);
}
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

Reference

Field Class
Field Members