C# 클래스 NetBase.Storage.TableSet

Nice utility class for the database caches tables in memory so we're not constantly opening and closing them
상속: IDisposable
파일 보기 프로젝트 열기: buttonpusher/NetBase 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
TableSet ( Database owner ) : System

비공개 메소드들

메소드 설명
Add ( Sql q ) : ITable
this ( string tableName ) : ITable

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

TableSet() 공개 메소드

public TableSet ( Database owner ) : System
owner Database
리턴 System