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

Defines an Area that allows identity Inserts IDENTITY_INSERT on SQL
상속: IDisposable
파일 보기 프로젝트 열기: JPVenson/DataAccess 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IdentityInsertScope System
OnOnIdentityInsertCompleted void

공개 메소드들

메소드 설명
Dispose ( ) : void
IdentityInsertScope ( bool rewriteDefaultValues = false ) : System

Creates a new Idenity Scope. Close it with Dispose Must be created inside an TransactionScope it is strongy recommanded to create this class inside an using construct!

비공개 메소드들

메소드 설명
IdentityInsertScope ( bool rewriteDefaultValues = false, bool nested = false ) : System
OnOnIdentityInsertCompleted ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IdentityInsertScope() 공개 메소드

Creates a new Idenity Scope. Close it with Dispose Must be created inside an TransactionScope it is strongy recommanded to create this class inside an using construct!
public IdentityInsertScope ( bool rewriteDefaultValues = false ) : System
rewriteDefaultValues bool Should every DefaultValue still be set to a valid Id
리턴 System