C# Class NetBase.Storage.TableSet

Nice utility class for the database caches tables in memory so we're not constantly opening and closing them
Inheritance: IDisposable
Show file Open project: buttonpusher/NetBase Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
TableSet ( Database owner ) : System

Private Methods

Method Description
Add ( Sql q ) : ITable
this ( string tableName ) : ITable

Method Details

Dispose() public method

public Dispose ( ) : void
return void

TableSet() public method

public TableSet ( Database owner ) : System
owner Database
return System