Session Fields
The session that is used to load and save persistent objects.Name | Description |
---|---|
Global |
This member supports the .NET Framework infrastructure and cannot be used directly from your code. |
Log |
The name of a category used to tag Session and Unit |
Log |
Contains the name of the log parameter that specifies whether to always reload objects from a data store even if they are found in memory. |
Log |
Contains the name of the log parameter that specifies the full name of a persistent class. |
Log |
Contains the name of the log parameter that specifies the criteria for retrieving objects not yet persisted to the datastore. |
Log |
Contains the name of the log parameter that specifies the object to be retrieved from the storage. |
Log |
Contains the name of the log parameter that specifies how filter criteria are evaluated within a transaction. |
Log |
Contains the name of the log parameter that specifies an expression to be evaluated. |
Log |
Contains the name of the log parameter that specifies the grouping criteria for the retrieved persistent objects. |
Log |
Contains the name of the log parameter that specifies grouping properties. |
Log |
Contains the name of the log parameter that specifies whether in memory object changes are taken into account when evaluating an expression. |
Log |
Contains the name of the log parameter that specifies whether querying a data store for objects includes all in-memory changes into query results. |
Log |
Contains the name of the log parameter that specifies mapping information for persistent class metadata and a stored procedure’s result set columns. |
Log |
Contains the name of the log parameter that specifies an object identifier. |
Log |
Contains the name of the log parameter that specifies persistent objects. |
Log |
Contains the name of the log parameter that specifies SQL query parameters. |
Log |
Contains the name of the log parameter that specifies a persistent object’s property. |
Log |
Contains the name of the log parameter that specifies properties of a persistent object. |
Log |
Contains the name of the log parameter that specifies whether persistent objects marked as deleted must be retrieved. |
Log |
Contains the name of the log parameter that specifies a session identifier. |
Log |
Contains the name of the log parameter that specifies a session type. |
Log |
Contains the name of the log parameter that specifies the number of persistent objects to skip. |
Log |
Contains the name of the log parameter that specifies the sort order for retrieved persistent objects. |
Log |
Contains the name of the log parameter that specifies the name of a stored procedure. |
Log |
Contains the name of the log parameter that specifies a SQL query. |
Log |
Contains the name of the log parameter that specifies a persistent object. |
Log |
Contains the name of the log parameter that specifies the maximum number of persistent objects to retrieve. |
See Also