Click or drag to resize

QueryFactoryCore Class

Core base class for all QueryFactory classes.
Inheritance Hierarchy

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public abstract class QueryFactoryCore

The QueryFactoryCore type exposes the following members.

Constructors
  NameDescription
Protected methodQueryFactoryCore
Protected ctor to prevent instances
Top
Methods
  NameDescription
Public methodCreate
Creates a new DynamicQuery instance with no alias set.
Public methodCreate(String)
Creates a new DynamicQuery instance with the alias specified as the alias set.
Public methodCreateTEntity
Creates a new EntityQuery for the entity of the type specified with no alias set.
Public methodCreateTEntity(String)
Creates a new EntityQuery for the entity of the type specified with the alias specified as the alias set.
Protected methodCreateElementCreator
Creates a new ElementCreator instance which is partof the generated code.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromSqlT
Creates a new DynamicQuery which wraps the specified SQL query and projects it to instances of type T.
Protected methodGetFieldCreatorFunc
Creates a new func which creates a field based on the input specified Specifications: a func which creates a field with the name (first argument) and alias target (second argument) and type (3rd argument) specified
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetNextAliasCounterValue
Gets the next alias counter value to produce artifical aliases with
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also