[]
Gets the collection of values for the specified range.
protected abstract IDataCollection<object> GetRangeValuesCollection<T>(RulesEngineRange range)
Protected MustOverride Function GetRangeValuesCollection(Of T)(range As RulesEngineRange) As IDataCollection(Of Object)
| Type | Name | Description |
|---|---|---|
| RulesEngineRange | range | The range to be queried. |
| Type | Description |
|---|---|
| IDataCollection<object> |
| Name | Description |
|---|---|
| T | The type of values requested. |
This collection will be cached for improved performance.