Creates an entity attribute mapper that corresponds to the specified entity attribute.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- entityAttributeName
- Type: System.String
The name of the entity attribute.
- entityInfo
- Type: CMS.DataCom.EntityInfo
The entity info.
Return Value
Type: EntityAttributeMapperBaseAn entity attribute mapper that corresponds to the specified entity attribute, if applicable; otherwise, null.
See Also