EntityFieldsCore<TField>.GetCurrentValue Method |
Gets the current 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.11.0.0 (5.11.23.1114)
Syntaxpublic Object GetCurrentValue(
int index
)
Public Function GetCurrentValue (
index As Integer
) As Object
Parameters
- index
- Type: System.Int32
The index.
Return Value
Type:
Objectvalue of the field at the index specified, or null if not found/known
Implements
IEntityFieldsCore.GetCurrentValue(Int32)
See Also