DataSetInfo.DataSetInfo Constructor
Initializes a new instance of the DataSetInfo class.
DataSetInfo()
Initializes a new instance of the DataSetInfo class.Syntax
public DataSetInfo ()Remarks
This constructor allows the creation of new DataSetInfo instances.
There is one situation in which it is necessary to manually construct a new DataSetInfo: when implementing the ICustomDataSetInfoProvider interface, to return a DataSetInfo instance for a custom dataset. Otherwise, this constructor should not normally be used; the common use case is to get DataSetInfo instances using DataSet.GetDataSetInfo, FromFile, or FromDirectory.
Platforms
Windows, Linux, Android