FieldsExpanded Property |
|
DataPA OpenAnalytics API Reference
Gets a copy of this fields collection with any extent fields expanded to individual fields
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Fields Expanded { get; }
Public ReadOnly Property Expanded As Fields
Get
public:
virtual property Fields^ Expanded {
Fields^ get () sealed;
}
Property Value
Type:
FieldsA copy of this fields collection with any extent fields expanded to individual fields
Return Value
Type:
FieldsA copy of this fields collection with any extent fields expanded to individual fields
Remarks See Also