Свойство | Тип | Описание | |
---|---|---|---|
AssertNotDisposed | void | ||
Dispose | void | ||
DisposeTransaction | void | ||
OnQueryCommand | void |
Метод | Описание | |
---|---|---|
Commit ( ) : void | ||
CreateLargeObject ( long maxSize, bool compressed ) : ILargeObject | ||
CreateQuery ( ) : IQuery | ||
Dispose ( ) : void | ||
GetLargeObject ( ObjectId objectId ) : ILargeObject | ||
Rollback ( ) : void | ||
Session ( ITransaction transaction, string userName ) : System |
Constructs the session for the given user and transaction to the given database.
|
|
SetTimeZone ( int hours, int minutes ) : void |
Метод | Описание | |
---|---|---|
GetMetadata ( object>.Dictionary |
Метод | Описание | |
---|---|---|
AssertNotDisposed ( ) : void | ||
Dispose ( bool disposing ) : void | ||
DisposeTransaction ( ) : void | ||
OnQueryCommand ( |
public CreateLargeObject ( long maxSize, bool compressed ) : ILargeObject | ||
maxSize | long | |
compressed | bool | |
Результат | ILargeObject |
public GetLargeObject ( ObjectId objectId ) : ILargeObject | ||
objectId | ObjectId | |
Результат | ILargeObject |
protected GetMetadata ( object>.Dictionary |
||
metadata | object>.Dictionary | |
Результат | void |
public Session ( ITransaction transaction, string userName ) : System | ||
transaction | ITransaction | A transaction that handles the commands issued by /// the user during the session. |
userName | string | |
Результат | System |
public SetTimeZone ( int hours, int minutes ) : void | ||
hours | int | |
minutes | int | |
Результат | void |