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




KellermanSoftware.NetDataAccessLayer Namespace > Field Class > Field Constructor : Field Constructor(Table,String,String,String)
Constructor for manually mapping a composition field
Syntax
Public Function New( _
   ByVal table As Table, _
   ByVal propertyName As String, _
   ByVal columnName As String, _
   ByVal compositionPropertyName As String _
)
Dim table As Table
Dim propertyName As String
Dim columnName As String
Dim compositionPropertyName As String
 
Dim instance As New Field(table, propertyName, columnName, compositionPropertyName)
public Field( 
   Table table,
   string propertyName,
   string columnName,
   string compositionPropertyName
)
public: Field( 
   Table* table,
   string* propertyName,
   string* columnName,
   string* compositionPropertyName
)
public:
Field( 
   Table^ table,
   String^ propertyName,
   String^ columnName,
   String^ compositionPropertyName
)

Parameters

table
propertyName
columnName
compositionPropertyName
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