Public Function New( _ ByVal table As Table, _ ByVal propertyName As String, _ ByVal columnName As String _ )
Dim table As Table Dim propertyName As String Dim columnName As String Dim instance As New Field(table, propertyName, columnName)
public Field( Table table, string propertyName, string columnName )
public: Field( Table* table, string* propertyName, string* columnName )
public: Field( Table^ table, String^ propertyName, String^ columnName )
Parameters
- table
- The table for the class
- propertyName
- Name of the property
- columnName
- Column name in the database