QueryRequiredFieldValueRequestEventArgsCount Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates the number of events that will be raised to satisfy the parameters for this query
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int Count { get; }
Public ReadOnly Property Count As Integer
Get
public:
virtual property int Count {
int get () sealed;
}
Return Value
Type:
Int32The number of events that will be raised to satisfy the parameters for this query
See Also