IEntityFieldsCoreSetValues Method |
Sets the values for the fields, when this object is part of an entity.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax void SetValues(
Object[] newValues
)
Sub SetValues (
newValues As Object()
)
Parameters
- newValues
- Type: SystemObject
The new values.
Exceptions See Also