Contains information about the current data set.
| C# | Visual Basic |
public class DataSetInfo
Public Class DataSetInfo
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Build |
Build number of the data set.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsHouseNumberPrefixed |
Specifies if street addresses have house numbers prefixed.
| |
| LeftSideDriving |
Specifies if traffic drives on the left side in this dataset.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
Name of the data set.
| |
| Path |
Path to the data set.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| DataSetInfo | |