DocumentQueryBaseTQuery, TObjectGetEnumerableResultAsync Method |
Namespace: CMS.DocumentEngine
public override Task<IEnumerable<IDataRecord>> GetEnumerableResultAsync( CommandBehavior commandBehavior = CommandBehavior.Default, bool newConnection = false, Nullable<CancellationToken> cancellationToken = null )
Exception | Condition |
---|---|
NotSupportedException | Thrown always by this implementation. |
The returned data records can contain additional system columns (ROW_NUMBER and TOTAL_RECORDS) when a paged query is being executed. The columns support the framework infrastructure and should not be relied on in custom code.
The data records do not reflect version data. The version data are applied as part of the GetEnumerableTypedResultAsync(CommandBehavior, Boolean, NullableCancellationToken) method