Click or drag to resize
LLBLGenProDataSourceViewBase.SetEntityValues Method
Sets the entity values.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
protected void SetEntityValues(
	IDictionary values,
	IEntityCore entity
)

Parameters

values
Type: System.Collections.IDictionary
The values.
entity
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityCore
The entity.
See Also