ICustomMapping Members
Include Protected Members
Include Inherited Members
Enables extension of the object-relational mapping system of the LINQ to SharePoint provider.
The ICustomMapping type exposes the following members.
Methods
Name | Description | |
---|---|---|
MapFrom | Assigns a field (column) to a property so that LINQ to SharePoint can read data from the field in the content database to the property that represents it. | |
MapTo | Assigns a property to a field (column) so that LINQ to SharePoint can save the value of the property to the field in the content database. | |
Resolve | Resolves discrepancies in the values of one or more fields in a list item with respect to its current client value, its current value in the database, and its value when originally retrieved from the database. |
Top