QueryFactoryBase Class | 
Namespace: SD.LLBLGen.Pro.QuerySpec.SelfServicingSpecific
The QueryFactoryBase type exposes the following members.
| Name | Description | |
|---|---|---|
| QueryFactoryBase | 
            protected ctor to prevent instances
              | 
| Name | Description | |
|---|---|---|
| Create | Creates a new DynamicQuery instance with no alias set.  (Inherited from QueryFactoryCore.) | |
| Create(String) | Creates a new DynamicQuery instance with the alias specified as the alias set.  (Inherited from QueryFactoryCore.) | |
| Create(TableValuedFunctionCall) | Creates a new DynamicQuery which wraps the specified TableValuedFunction call  | |
| CreateElementCreator | 
            Creates a new ElementCreator instance which is partof the generated code.
              (Inherited from QueryFactoryCore.) | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Field(String) | Creates a new field object with the name specified and of resulttype 'object'. Used for referring to aliased fields in another projection.  | |
| Field(String, String) | Creates a new field object with the name specified and of resulttype 'object'. Used for referring to aliased fields in another projection.  | |
| FieldTValue(String) | Creates a new field object with the name specified and of resulttype 'TValue'. Used for referring to aliased fields in another projection.  | |
| FieldTValue(String, String) | Creates a new field object with the name specified and of resulttype 'TValue'. Used for referring to aliased fields in another projection.  | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| FromSqlT | 
            Creates a new DynamicQuery which wraps the specified SQL query and projects it to instances of type T.
              (Inherited from QueryFactoryCore.) | |
| GetFieldCreatorFunc | 
            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
              (Overrides QueryFactoryCoreGetFieldCreatorFunc.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetNextAliasCounterValue | Gets the next alias counter value to produce artifical aliases with  (Inherited from QueryFactoryCore.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |