QueryableLayerExtension.ToVectorLayerAsync

QueryableLayerExtension.ToVectorLayerAsync method

Directly starts the extraction process from the database. And returns a layer of data in which you can modify and save.

public static Task<VectorLayer> ToVectorLayerAsync(this IQueryable<Feature> query)
ParameterTypeDescription
queryIQueryable`1LINQ expansion

Return Value

Task

See Also