Click or drag to resize
IEntityFieldsCore.SetValues 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.3.0.0 (5.3.0)
Syntax
void SetValues(
	Object[] newValues
)

Parameters

newValues
Type:System.Object[]
The new values.
Exceptions
ExceptionCondition
InvalidOperationExceptionIf this object isn't part of an entity
See Also