EntityFieldsCoreTFieldIEntityFieldsCoreSetValues 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.12.0.0 (5.12.0)
Syntaxvoid IEntityFieldsCore.SetValues(
Object[] newValues
)
Private Sub SetValues (
newValues As Object()
) Implements IEntityFieldsCore.SetValues
Parameters
- newValues
- Type: SystemObject
The new values.
Implements
IEntityFieldsCoreSetValues(Object)
ExceptionsException | Condition |
---|
InvalidOperationException | If this object isn't part of an entity |
See Also