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 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