EntityCoreTFieldsGetCurrentFieldValue Method  | 
 
            Gets the current value of the EntityField2 with the index fieldIndex.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic Object GetCurrentFieldValue(
	int fieldIndex
)
Public Function GetCurrentFieldValue ( 
	fieldIndex As Integer
) As Object
Parameters
- fieldIndex
 - Type: SystemInt32
Index of EntityField2 to get the current value of 
Return Value
Type: 
ObjectThe current value of the EntityField2 specified
Implements
IEntityCoreGetCurrentFieldValue(Int32)
Exceptions
See Also