ICustomMapping 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
Public method 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.
Public method 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.
Public method 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

See also

Reference

ICustomMapping interface

Microsoft.SharePoint.Linq namespace