UserDefinedFunctionsCurrent Property |
|
DataPA OpenAnalytics API Reference
Implements System.Collections.IEnumerator.Current.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Object Current { get; }
Public ReadOnly Property Current As Object
Get
public:
virtual property Object^ Current {
Object^ get () sealed;
}
Return Value
Type:
ObjectThe current object at index iIndex
Implements
IEnumeratorCurrentRemarks See Also