EntityLinqExtensions class
Contains several useful extensions for types processing and LINQ generation
public static class Korzh.EasyQuery.Linq.EntityLinqExtensions
Static Methods
Section titled “Static Methods”Type | Name | Description |
---|---|---|
void | LoadFromProperty(this EntityAttr attr, PropertyInfo propInfo, Entity parent) | Fills type information in some EntityAttr object from a specified type. |
void | LoadFromType(this Entity entity, Type entityType, String entityName, Entity parent, List<Type> ignoredTypes) | Fills the type information in some Entity object from a specified type. |