Version

MergedDataContext Class Members

The following tables list the members exposed by MergedDataContext.

Public Properties
 NameDescription
Public PropertyMergedObjectThe Object the merged operation is performed on.  
Public PropertyPropertyNameGets the name of the property that data should be merged by.  
Public PropertySortAscendingGets/Sets the sort direction that should be applied to the field that the underlying data has been merged by.  
Public PropertySortContextGets/Sets the CurrentSort that will be applied when the data is merged by a particular field.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateGenericCustomMergeOverloaded. Creates a Generic instance of the MergedDataContext.  
Public MethodMergeOverloaded. Merges the specified System.Linq.IQueryable by the property this data represents.  
See Also