Click or drag to resize
DataScope Constructor (DataScopeRefetchStrategyType)
Initializes a new instance of the DataScope class.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
protected DataScope(
	DataScopeRefetchStrategyType refetchStrategy
)

Parameters

refetchStrategy
Type: SD.LLBLGen.Pro.ORMSupportClassesDataScopeRefetchStrategyType
The refetch strategy to take for saved entities after commit.
See Also