Click or drag to resize

BdcDataProviderCreateInstance Method

Returns the BaseDataProviderInstance object responsible for aggregating the data for this data provider.

Namespace:  Colygon.MatchPoint.BusinessConnectivity
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public override BaseDataProviderInstance CreateInstance(
	string cacheKey,
	IEnumerable<string> columnNames
)

Parameters

cacheKey
Type: SystemString
columnNames
Type: System.Collections.GenericIEnumerableString

Return Value

Type: BaseDataProviderInstance
See Also