Skip to content

EntityLinqExtensions class

Contains several useful extensions for types processing and LINQ generation

public static class Korzh.EasyQuery.Linq.EntityLinqExtensions
TypeNameDescription
voidLoadFromProperty(this EntityAttr attr, PropertyInfo propInfo, Entity parent)Fills type information in some EntityAttr object from a specified type.
voidLoadFromType(this Entity entity, Type entityType, String entityName, Entity parent, List<Type> ignoredTypes)Fills the type information in some Entity object from a specified type.