Click or drag to resize

ModelDataProviderCreateInstance Method (String, IEnumerableString, IEnumerableBaseCondition)

Creates a new BaseDataProviderInstance instance.

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

Parameters

cacheKey
Type: SystemString
The cache key to be used.
columnNames
Type: System.Collections.GenericIEnumerableString
The column names to include.
conditions
Type: System.Collections.GenericIEnumerableBaseCondition
The conditions to consider.

Return Value

Type: BaseDataProviderInstance
The newly created BaseDataProviderInstance instance.

Implements

IFilterableDataProviderCreateInstance(String, IEnumerableString, IEnumerableBaseCondition)
See Also