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
Afficher le fichier Open project: buttonpusher/NetBase Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
TableSet ( Database owner ) : System

Private Methods

Méthode Description
Add ( Sql q ) : ITable
this ( string tableName ) : ITable

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

TableSet() public méthode

public TableSet ( Database owner ) : System
owner Database
Résultat System