Session Fields
The session that is used to load and save persistent objects.Name | Description |
---|---|
GlobalSuppressExceptionOnReferredObjectAbsentInDataStore static | This member supports the .NET Framework infrastructure and cannot be used directly from your code. |
LogCategory | The name of a category used to tag Session and UnitOfWork operations in XPO logs. The default category name is “Session”. |
LogParam_AlwaysGetFromDataStore | 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. |
LogParam_ClassInfo | Contains the name of the log parameter that specifies the full name of a persistent class. |
LogParam_Condition | Contains the name of the log parameter that specifies the criteria for retrieving objects not yet persisted to the datastore. |
LogParam_Criteria | Contains the name of the log parameter that specifies the object to be retrieved from the storage. |
LogParam_CriteriaEvaluationBehavior | Contains the name of the log parameter that specifies how filter criteria are evaluated within a transaction. |
LogParam_Expression | Contains the name of the log parameter that specifies an expression to be evaluated. |
LogParam_GroupCriteria | Contains the name of the log parameter that specifies the grouping criteria for the retrieved persistent objects. |
LogParam_GroupProps | Contains the name of the log parameter that specifies grouping properties. |
LogParam_InTransaction | Contains the name of the log parameter that specifies whether in memory object changes are taken into account when evaluating an expression. |
LogParam_IsInTransactionMode | Contains the name of the log parameter that specifies whether querying a data store for objects includes all in-memory changes into query results. |
LogParam_Members | Contains the name of the log parameter that specifies mapping information for persistent class metadata and a stored procedure’s result set columns. |
LogParam_ObjectID | Contains the name of the log parameter that specifies an object identifier. |
LogParam_Objects | Contains the name of the log parameter that specifies persistent objects. |
LogParam_Parameters | Contains the name of the log parameter that specifies SQL query parameters. |
LogParam_Property | Contains the name of the log parameter that specifies a persistent object’s property. |
LogParam_Props | Contains the name of the log parameter that specifies properties of a persistent object. |
LogParam_SelectDeleted | Contains the name of the log parameter that specifies whether persistent objects marked as deleted must be retrieved. |
LogParam_SessionID | Contains the name of the log parameter that specifies a session identifier. |
LogParam_SessionType | Contains the name of the log parameter that specifies a session type. |
LogParam_SkipSelectedRecords | Contains the name of the log parameter that specifies the number of persistent objects to skip. |
LogParam_Sorting | Contains the name of the log parameter that specifies the sort order for retrieved persistent objects. |
LogParam_SprocName | Contains the name of the log parameter that specifies the name of a stored procedure. |
LogParam_Sql | Contains the name of the log parameter that specifies a SQL query. |
LogParam_TheObject | Contains the name of the log parameter that specifies a persistent object. |
LogParam_TopSelectedRecords | Contains the name of the log parameter that specifies the maximum number of persistent objects to retrieve. |
See Also