SubjectFields Property |
|
DataPA OpenAnalytics API Reference
Gets a collection of fields for this subject
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Fields Fields { get; }
Public ReadOnly Property Fields As Fields
Get
public:
virtual property Fields^ Fields {
Fields^ get () sealed;
}
Property Value
Type:
FieldsA collection of fields for this subject
Return Value
Type:
FieldsA collection of fields for this subject
Remarks See Also