Property | Type | Description | |
---|---|---|---|
DataSet | System | ||
DataSet | System |
Method | Description | |
---|---|---|
ResetCache ( ) : void |
Resets the cache for the data set.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes of the data set closing all readers and streams in the pool. If a temporary data file is used then the file is also deleted if it's not being used by other processes.
|
Method | Description | |
---|---|---|
DataSet ( byte data, Modes mode ) : System |
Creates a new stream data set connected to the byte array data source provided.
|
|
DataSet ( string fileName, System.DateTime lastModified, Modes mode, bool isTempFile ) : System |
Creates a new stream DataSet connected to the data file provided.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | /// True if the calling method is Dispose, false for the finaliser. /// |
return | void |