FieldsOmittedInfo Property |
A map of additional information about fields omitted by the mapper due to versioning or flavoring.
The dictionary maps field key to the additional information whose content is not specified at this time
and subject to change.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic StringDictionary OmittedInfo { get; }
Public ReadOnly Property OmittedInfo As StringDictionary
Get
Property Value
Type:
StringDictionary
See Also