Knight Data Access Layer
Field Constructor(Table,String,DbType,Int32)




KellermanSoftware.NetDataAccessLayer Namespace > Field Class > Field Constructor : Field Constructor(Table,String,DbType,Int32)
Constructor for a database only field
Syntax
Public Function New( _
   ByVal table As Table, _
   ByVal columnName As String, _
   ByVal databaseType As DbType, _
   ByVal length As Integer _
)
Dim table As Table
Dim columnName As String
Dim databaseType As DbType
Dim length As Integer
 
Dim instance As New Field(table, columnName, databaseType, length)
public Field( 
   Table table,
   string columnName,
   DbType databaseType,
   int length
)
public: Field( 
   Table* table,
   string* columnName,
   DbType databaseType,
   int length
)
public:
Field( 
   Table^ table,
   String^ columnName,
   DbType databaseType,
   int length
)

Parameters

table
columnName
databaseType
length
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
Overload List