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.1.0.0 (5.1.0)
Syntax public Object GetCurrentValue(
int index
)
Public Function GetCurrentValue (
index As Integer
) As Object
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
ObjectSee Also