entitytypeloader-class
Represents the class which loads type information from some type.
public class Korzh.EasyQuery.Linq.EntityTypeLoader
Assembly: Korzh.EasyQuery.Linq.dll
Constructors
| Name | Type | Description |
|---|---|---|
| EntityTypeLoader() | void |
Methods
| Name | Type | Description |
|---|---|---|
LoadEntityFromType(Entity entity, Type type, string entityName, Entity parent, List<Type> processedTypes) | void | Fills entity type info from some type. |