Click or drag to resize
VolatileEntityFieldsDataContainerGetCurrentValue 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.0.0.0 (5.0.0)
Syntax
public Object GetCurrentValue(
	int index
)

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: Object
See Also