Persist.NET Documentation Class Library

ColumnMap Constructor 

Creates ColumnMap.

[Visual Basic]
Public Sub New( _
   ByVal name As String, _
   ByVal tableMap As TableMap _
)
[C#]
public ColumnMap(
   string name,
   TableMap tableMap
);

Parameters

name
the ColumnMap name
tableMap
the TableMap of this column map

See Also

ColumnMap Class | Persist.Maps Namespace