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