Table of Contents

Method SetValues

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

SetValues<TOther>(TOther, IPropertyValues)

Sets the property values on the specified entity.

public virtual void SetValues<TOther>(TOther entity, IPropertyValues propertyValues) where TOther : class

Parameters

entity TOther

The entity to set the property values on.

propertyValues IPropertyValues

The property values to set.

Type Parameters

TOther

The type of the entity.