EntityLinqExtensions class

Contains several useful extensions for types processing and LINQ generation

public static class Korzh.EasyQuery.Linq.EntityLinqExtensions

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

Assembly: Korzh.EasyQuery.Linq.dll

Static Methods

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