Interface IDataSet
A very generic interface that is implemented by any dataset, regardless of what kinds of data that it has.
Inherited Members
System.IDisposable.Dispose()
Namespace: Mars.Interfaces.Layers
Assembly: Mars.Interfaces.dll
Syntax
public interface IDataSet : IDisposable
Properties
| Improve this Doc View SourceIsDisposed
Gets a value indicating whether the dispose method has been called on this dataset.
Declaration
bool IsDisposed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |