프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public IdentityInsertScope ( bool rewriteDefaultValues = false ) : System | ||
rewriteDefaultValues | bool | Should every DefaultValue still be set to a valid Id |
리턴 | System |