Property | Type | Description |
---|
Method | Description | |
---|---|---|
BeginTransaction ( ) : IDisposable | ||
CommitChanges ( ) : void |
This isn't specific to any one DAO and flushes everything that has been changed since the last commit.
|
|
CommitChanges ( bool clearChanges ) : void | ||
CommitTransaction ( ) : void | ||
DbContext ( string factoryKey ) : System | ||
RollbackTransaction ( ) : void |
public CommitChanges ( bool clearChanges ) : void | ||
clearChanges | bool | |
return | void |
public DbContext ( string factoryKey ) : System | ||
factoryKey | string | |
return | System |