Creates a new ColumnMap for the property/field specified by the MemberInfo.
Namespace: Dse.MappingAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntax public ColumnMap(
MemberInfo memberInfo,
Type memberInfoType,
bool isExplicitlyDefined
)
Parameters
- memberInfo
- Type: System.ReflectionMemberInfo
- memberInfoType
- Type: SystemType
- isExplicitlyDefined
- Type: SystemBoolean
See Also