Click or drag to resize
AdapterSpecificCreator Class
Class which creates elements specifically for adapter, like EntityField2 objects, predicates for adapter etc. It assumes fields for predicates already have an object alias set.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.LinqSupportClassesAdapterSpecificCreator

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class AdapterSpecificCreator : ITemplateGroupSpecificCreator

The AdapterSpecificCreator type exposes the following members.

Constructors
  NameDescription
Public methodAdapterSpecificCreator
Initializes a new instance of the AdapterSpecificCreator class
Top
Methods
  NameDescription
Public methodCreateDerivedTableReferencingField(String, SetAlias, Type)
Creates a new derived table referencing field, of type EntityField(2).
Public methodCreateDerivedTableReferencingField(String, String, Type)
Creates a new derived table referencing field, of type EntityField(2).
Public methodCreateExpressionField
Creates a new EntityField(2) object which contains the expression passed in. The name is artificial.
Public methodCreateFieldCompareExpressionPredicate
Creates a new FieldCompareExpressionPredicate
Public methodCreateFieldCompareNullPredicate
Creates a new FieldCompareNullPredicate.
Public methodCreateFieldCompareRangePredicate
Creates a new FieldCompareRangePredicate instance.
Public methodCreateFieldCompareSetPredicate
Creates a new FieldCompareSetPredicate instance
Public methodCreateFieldCompareValuePredicate
Creates a new FieldCompareValuePredicate.
Public methodCreateFieldLikePredicate
Creates a new FieldLikePredicate instance
Public methodCreateNewArtificialFieldName
Creates a new artificial field name
Public methodCreatePrefetchPathObject
Creates a new prefetch path object for the entity type specified.
Public methodCreateSortClause
Creates a new SortClause instance
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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
Remarks
Adapter specific
See Also