Метод | Описание | |
---|---|---|
AddCascadeDeleteReference ( this session, object entity ) : void |
Adds one or more document keys to an entity's cascade delete metadata. Requires the cascade delete bundle on the server.
|
|
GetDatabaseCommands ( this session ) : IDatabaseCommands |
Provides access to DatabaseCommands for the same database that the session was opened for.
|
|
GetDatabaseName ( this session ) : string |
Gets the database name that the session was opened for.
|
public static AddCascadeDeleteReference ( this session, object entity ) : void | ||
session | this | The Raven advanced session. |
entity | object | The entity to update. |
Результат | void |
public static GetDatabaseCommands ( this session ) : IDatabaseCommands | ||
session | this | The Raven advanced session. |
Результат | IDatabaseCommands |
public static GetDatabaseName ( this session ) : string | ||
session | this | The Raven advanced session. |
Результат | string |