ICargo | 
This is preliminary documentation and is subject to change.
public interface ICargoRecordSet<T> : IQueryable<T>, IEnumerable<T>, IEnumerable, IQueryable
The ICargoRecordSetT type exposes the following members.
| Name | Description | |
|---|---|---|
| ElementType | Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed. (Inherited from IQueryable)  | |
| Expression | Gets the expression tree that is associated with the instance of IQueryable. (Inherited from IQueryable)  | |
| Name | ||
| Provider | Gets the query provider that is associated with this data source. (Inherited from IQueryable)  | 
| Name | Description | |
|---|---|---|
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableT)  | 
| Name | Description | |
|---|---|---|
| AsAsyncEnumerableT | 
            Casts the input IQueryableT instance into IAsyncEnumerableT instance.
             (Defined by CargoRecordQueryableExtensions)  |