OgrQuery.Layer Property
Gets or sets the name of the OGR layer to read.
Syntax
public System.String Layer { get; set; }
Property Value
Default: ""
The name of the OGR layer to read.
Remarks
If this property is set, only features belonging to a layer with this name will be read from the OgrDataSet, and all other layers will be ignored.
If the property is empty, all layers will be read.
Platforms
Windows, Linux, Android