Version

CreateGenericCustomMerge(CachedTypedInfo,String,Object) Method

Creates a Generic instance of the MergedDataContext.
Syntax
'Declaration
 
Public Overloads Shared Function CreateGenericCustomMerge( _
   ByVal cti As CachedTypedInfo, _
   ByVal propertyName As String, _
   ByVal comparer As Object _
) As MergedDataContext
public static MergedDataContext CreateGenericCustomMerge( 
   CachedTypedInfo cti,
   string propertyName,
   object comparer
)

Parameters

cti
The type of data to create the MergedDataContext from.
propertyName
The name of the property, that the data should be merged by.
comparer
The IEqualityComparer that will be used to perform the mergin
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also