QueryFactoryBase2 Methods |
The QueryFactoryBase2 type exposes the following members.
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.) | |
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.) |