Click or drag to resize
IEntityCore.SetNewFieldValue Method (Int32, Object)
Sets the EntityField on index fieldIndex to the new value value. Marks also the entityfields as dirty. Will refetch the complete entity's fields from the database if necessary (i.e. the entity is outofsync.).

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
bool SetNewFieldValue(
	int fieldIndex,
	Object value
)

Parameters

fieldIndex
Type: System.Int32
Index of EntityField to set the new value of
value
Type: System.Object
Value to set

Return Value

Type: Boolean
true if the value is actually set, false otherwise.
See Also