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.12.0.0 (5.12.0)
Syntaxprotected void SetEntityValues(
IDictionary values,
IEntityCore entity
)
Protected Sub SetEntityValues (
values As IDictionary,
entity As IEntityCore
)
Parameters
- values
- Type: System.CollectionsIDictionary
The values. - entity
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity.
See Also