Click or drag to resize
EntityCoreTFieldsSetNewFieldValue Method
Overload List
  NameDescription
Public methodSetNewFieldValue(Int32, Object)
Sets the EntityField2 on index fieldIndex to the new value value. Marks also the entityfields2 as dirty.
Public methodSetNewFieldValue(String, Object)
Sets the EntityField with the name fieldName 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.).
Protected methodSetNewFieldValue(Int32, Object, Boolean) Obsolete.
Sets the Entity Field on index fieldIndex to the new value value. Marks also the entityfields2 as dirty.
Top
See Also