FileDriver.CanCreateDatasets

FileDriver.CanCreateDatasets property

Gets a value indicating whether this driver can create datasets.

public abstract bool CanCreateDatasets { get; }

Property Value

true, if this driver can create datasets; otherwise, false.

See Also