IDataStore.Evaluate Method
.NET Standard 2.x
Calculates the result of the specified DataWindow expression
using the data in the primary buffer of the DataStore.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Method | Description |
---|---|
Evaluate<TValue>(string expression) | Calculates the result of the specified DataWindow expression using the data in the primary buffer of the DataStore. |
Evaluate<TValue>(string expression, int row) | Calculates the specified DataWindow expression using the specified row (by the index number) in the primary buffer of the DataStore. |