Click or drag to resize

WorkspaceDataProviderGetFieldNames Method

Returns a set of available field names.

Namespace:  Colygon.MatchPoint.Workspaces
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public override IEnumerable<FieldName> GetFieldNames(
	MPInstance instance
)

Parameters

instance
Type: Colygon.MatchPoint.CoreMPInstance

Return Value

Type: IEnumerableFieldName
The column names of the underlying, workspace-dependent list ListUrlExpression unified with some Built-in fields.
See Also