[]
Execute select directly in the server pointed by DbConnection.
protected abstract Task<SourceTable> ExecutePrimitiveSqlAsync(SelectStatement select, CancellationToken token, bool needFullData = false)
Protected MustOverride Function ExecutePrimitiveSqlAsync([select] As SelectStatement, token As CancellationToken, Optional needFullData As Boolean = False) As Task(Of SourceTable)
| Type | Name | Description |
|---|---|---|
| SelectStatement | select | The SelectStatement to be executed on the server. |
| CancellationToken | token | The cancellation token to abort the query execution at any moment. |
| bool | needFullData | A boolean indication if all the rows from the referred tables in |
| Type | Description |
|---|---|
| Task<SourceTable> |