Click or drag to resize
VolatileEntityFieldsDataContainer.GetCurrentValue Method
Gets the current value for slot with the index specified, or null if unknown.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Object GetCurrentValue(
	int index
)

Parameters

index
Type: System.Int32
The index.

Return Value

Type: Object
See Also