Click or drag to resize
VolatileEntityFieldsDataContainerGetDbValue Method
Gets the db value for the 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 GetDbValue(
	int index
)

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: Object
See Also