Click or drag to resize
EntityCoreTFieldsSetValue Method
Overload List
  NameDescription
Protected methodSetValue(Int32, Object)
Sets the value of the field with the index specified to the value specified.
Protected methodSetValue(Int32, Object, Boolean)
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.).
Protected methodSetValue(Int32, Object, Boolean, Boolean)
Sets the value of the field with the index specified to the value specified.
Top
See Also