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