Click or drag to resize
IEntityFieldCoreInterpret Interface
Interface which is used internally for getting a field's value when passing in 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
public interface IEntityFieldCoreInterpret

The IEntityFieldCoreInterpret type exposes the following members.

Methods
  NameDescription
Public methodGetValue
Gets the value for the field implementing this interface for the entity passed in.
Top
See Also