Click or drag to resize

ICargoRecordSetT Interface

This is preliminary documentation and is subject to change.

A queryable Cargo table instance.

Namespace: WikiClientLibrary.Cargo.Linq
Assembly: WikiClientLibrary.Cargo (in WikiClientLibrary.Cargo.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public interface ICargoRecordSet<T> : IQueryable<T>, 
	IEnumerable<T>, IEnumerable, IQueryable

Type Parameters

T
type of the model.

The ICargoRecordSetT type exposes the following members.

Properties
 NameDescription
Public propertyElementTypeGets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.
(Inherited from IQueryable)
Public propertyExpressionGets the expression tree that is associated with the instance of IQueryable.
(Inherited from IQueryable)
Public propertyName 
Public propertyProviderGets the query provider that is associated with this data source.
(Inherited from IQueryable)
Top
Methods
 NameDescription
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from IEnumerableT)
Top
Extension Methods
 NameDescription
Public Extension MethodAsAsyncEnumerableT Casts the input IQueryableT instance into IAsyncEnumerableT instance.
(Defined by CargoRecordQueryableExtensions)
Top
See Also