DataSetInfo.CanCreateDataSet Property
Gets or sets a flag that tells whether the method CreateDataSet can succeed.
Syntax
public System.Boolean CanCreateDataSet { get; set; }
Property Value
Remarks
If this value is False, the DataSetInfo instance may be a node in multi-level tree of instances, located at a level that does not correspond to a dataset instance.
ICustomDataSetInfoProvider
When creating a DataSetInfo in an implementation of ICustomDataSetInfoProvider.GetInfo, you should set this property to True if it should be possible to instantiate a new instance of your custom dataset using this DataSetInfo. In that case, calls to CreateDataSet will be forwarded to ICustomDataSetInfoProvider.Instantiate.
Platforms
Windows, Linux, Android