IFromDefinitionDataSource.Layer

IFromDefinitionDataSource.Layer property

Property that returns an object that implements an IQueryable that allows LINQ queries to be made against a database.

public IQueryable<Feature> Layer { get; }

Return Value

IQueryable

Remarks

Further the query can be executed in the standard way via ToArray() or ToList() synchronously, or an asynchronous way with the extraction of the whole layer ToVectorLayerAsync can be used.

See Also