| 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.3.0.0 (5.3.0)
Syntaxpublic Object GetDbValue(
	int index
)
Public Function GetDbValue ( 
	index As Integer
) As Object
Parameters
- index
 - Type: SystemInt32
The index. 
Return Value
Type: 
Object
See Also