Click or drag to resize
LLBLGenProDataSourceViewBaseSetEntityValues 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.3.0.0 (5.3.0)
Syntax
protected void SetEntityValues(
	IDictionary values,
	IEntityCore entity
)

Parameters

values
Type: System.CollectionsIDictionary
The values.
entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity.
See Also