Click or drag to resize
EntityFieldsCoreTFieldGetDbValue Method
Gets the DB value for the field at index specified.

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 GetDbValue(
	int index
)

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: Object
DB value of the field at the index specified, or null if not found/known

Implements

IEntityFieldsCoreGetDbValue(Int32)
See Also