Creates a new ColumnMap for the property/field specified by the MemberInfo.
            
 
    Namespace: 
   Cassandra.Mapping
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic ColumnMap(
	MemberInfo memberInfo,
	Type memberInfoType,
	bool isExplicitlyDefined
)
Parameters
- memberInfo
 - Type: System.ReflectionMemberInfo
 - memberInfoType
 - Type: SystemType
 - isExplicitlyDefined
 - Type: SystemBoolean
 
See Also