DataSetInfo.Path Property
Gets or sets the path for the data source.
Syntax
public System.String Path { get; set; }
Property Value
Default: ""
The path for the data source.
Remarks
Sometimes, this string does not represent a path in the file system, but a more abstract kind of path inside a hierarchical data storage format. In these cases, the string is usually composed of parts separated by semicolons, and the first part can be an ordinary file system path.
Platforms
Windows, Linux, Android