MappingInfoCollection constructor
Overload list
Name | Description | |
---|---|---|
MappingInfoCollection() | Creates a new empty collection of managed property mappings. | |
MappingInfoCollection(IEnumerable<MappingInfo>) | Creates a new collection of managed property mappings, initialized with the specified values. |
Top