Click or drag to resize
ColumnMap Constructor
Creates a new ColumnMap for the property/field specified by the MemberInfo.

Namespace: Dse.Mapping
Assembly: Dse (in Dse.dll) Version: 2.0.0.0
Syntax
C#
public ColumnMap(
	MemberInfo memberInfo,
	Type memberInfoType,
	bool isExplicitlyDefined
)

Parameters

memberInfo
Type: System.Reflection.MemberInfo
memberInfoType
Type: System.Type
isExplicitlyDefined
Type: System.Boolean
See Also