RaveGeoQuery.Attributes Property
Gets the list of attributes that should be read and returned with the created features.
Syntax
public StringCollection Attributes { get; }
Property Value
Default: Empty collection.
The attributes that are read.
Remarks
If the list is empty then all attributes are read. The attribute must exist in the dataset to be included and it is not an error if an attribute is in the list and not in the database.
If the property ReadAttributes is False, then this property is ignored.
Platforms
Windows, Linux