Skip to main content

entitylinqextensions-class

Contains several useful extensions for types processing and LINQ generation

public static class Korzh.EasyQuery.Linq.EntityLinqExtensions

Assembly: Korzh.EasyQuery.Linq.dll

Static Methods

NameTypeDescription
LoadFromProperty(this EntityAttr attr, PropertyInfo propInfo, Entity parent)voidFills type information in some EntityAttr object from a specified type.
LoadFromType(this Entity entity, Type entityType, string entityName, Entity parent, List<Type> ignoredTypes)voidFills the type information in some Entity object from a specified type.