GeoStreamRepositoryDefaultDataSet Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the default DataSet object used by the
GeoStream server to provide data to this GeoStreamRepository object. This property will be
null for GeoStream server versions below 3.1.
Namespace:
Telogis.GeoBase.Repositories
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public DataSet DefaultDataSet { get; }
Public ReadOnly Property DefaultDataSet As DataSet
Get
Property Value
Type:
DataSetRemarks Use the
ServerVersion property to determine the version of the GeoStream
server.
See Also