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
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. |