Skip to content

EntityAttrTypeLoader class

Represents one entity attribute of data model.

public class Korzh.EasyQuery.Linq.EntityAttrTypeLoader

Package: Korzh.EasyQuery.Linq (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.Linq.dll

NameTypeDescription
EntityAttrTypeLoader()void
NameTypeDescription
LoadAttrFromProperty(EntityAttr attr, PropertyInfo property, Entity parent)voidFills the content of entity attribute by some property (specified by PropertyInfo object).