EntityMappingSerializerSerializeEntityMapping Method |
Serializes an entity mapping into an XML string.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax public string SerializeEntityMapping(
EntityMapping mapping
)
Parameters
- mapping
- Type: CMS.DataComEntityMapping
The entity mapping to serialize.
Return Value
Type:
StringThe XML string that contains the specified entity mapping.
See Also