Back to Devexpress

Session Fields

xpo-devexpress-dot-xpo-dot-session-dot-underscore-fields.md

latest5.2 KB
Original Source

Session Fields

The session that is used to load and save persistent objects.

NameDescription
GlobalSuppressExceptionOnReferredObjectAbsentInDataStore staticThis member supports the .NET Framework infrastructure and cannot be used directly from your code.
LogCategoryThe name of a category used to tag Session and UnitOfWork operations in XPO logs. The default category name is “Session”.
LogParam_AlwaysGetFromDataStoreContains 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_ClassInfoContains the name of the log parameter that specifies the full name of a persistent class.
LogParam_ConditionContains the name of the log parameter that specifies the criteria for retrieving objects not yet persisted to the datastore.
LogParam_CriteriaContains the name of the log parameter that specifies the object to be retrieved from the storage.
LogParam_CriteriaEvaluationBehaviorContains the name of the log parameter that specifies how filter criteria are evaluated within a transaction.
LogParam_ExpressionContains the name of the log parameter that specifies an expression to be evaluated.
LogParam_GroupCriteriaContains the name of the log parameter that specifies the grouping criteria for the retrieved persistent objects.
LogParam_GroupPropsContains the name of the log parameter that specifies grouping properties.
LogParam_InTransactionContains the name of the log parameter that specifies whether in memory object changes are taken into account when evaluating an expression.
LogParam_IsInTransactionModeContains the name of the log parameter that specifies whether querying a data store for objects includes all in-memory changes into query results.
LogParam_MembersContains the name of the log parameter that specifies mapping information for persistent class metadata and a stored procedure’s result set columns.
LogParam_ObjectIDContains the name of the log parameter that specifies an object identifier.
LogParam_ObjectsContains the name of the log parameter that specifies persistent objects.
LogParam_ParametersContains the name of the log parameter that specifies SQL query parameters.
LogParam_PropertyContains the name of the log parameter that specifies a persistent object’s property.
LogParam_PropsContains the name of the log parameter that specifies properties of a persistent object.
LogParam_SelectDeletedContains the name of the log parameter that specifies whether persistent objects marked as deleted must be retrieved.
LogParam_SessionIDContains the name of the log parameter that specifies a session identifier.
LogParam_SessionTypeContains the name of the log parameter that specifies a session type.
LogParam_SkipSelectedRecordsContains the name of the log parameter that specifies the number of persistent objects to skip.
LogParam_SortingContains the name of the log parameter that specifies the sort order for retrieved persistent objects.
LogParam_SprocNameContains the name of the log parameter that specifies the name of a stored procedure.
LogParam_SqlContains the name of the log parameter that specifies a SQL query.
LogParam_TheObjectContains the name of the log parameter that specifies a persistent object.
LogParam_TopSelectedRecordsContains the name of the log parameter that specifies the maximum number of persistent objects to retrieve.

See Also

Session Class

Session Members

DevExpress.Xpo Namespace