Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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 | |
Результат | void |
public DbContext ( string factoryKey ) : System | ||
factoryKey | string | |
Результат | System |