WorkspaceDataProviderGetFieldNames Method |
Returns a set of available field names.
Namespace: Colygon.MatchPoint.WorkspacesAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.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