C# 클래스 JPB.DataAccess.Helper.LocalDb.Scopes.DatabaseScope

Provides a logical scope for defining databases. All DbCollections within this scope are logicly combined. Use the Using keyword to ensure correctness
상속: IDisposable
파일 보기 프로젝트 열기: JPVenson/DataAccess 1 사용 예제들

공개 메소드들

메소드 설명
DatabaseScope ( ) : System

Creates a new Database

Dispose ( ) : void

비공개 메소드들

메소드 설명
DatabaseScope ( LocalDbManager dbManager ) : System

Creates a new Database

메소드 상세

DatabaseScope() 공개 메소드

Creates a new Database
public DatabaseScope ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void