Class QueryableLayerExtension

QueryableLayerExtension class

Helper class that contains extension methods to directly run the database extraction process.

public static class QueryableLayerExtension

Methods

NameDescription
static ToVectorLayerAsync(this IQueryable<Feature>)Directly starts the extraction process from the database. And returns a layer of data in which you can modify and save.

See Also