RelationPredicateBucket Class | 
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The RelationPredicateBucket type exposes the following members.
| Name | Description | |
|---|---|---|
| RelationPredicateBucket | 
            CTor
              | |
| RelationPredicateBucket(IPredicate) | 
            Initializes a new instance of the RelationPredicateBucket class.
              | |
| RelationPredicateBucket(IRelation) | 
            Initializes a new instance of the RelationPredicateBucket class.
              | |
| RelationPredicateBucket(IPredicate, IRelation) | 
            Initializes a new instance of the RelationPredicateBucket class.
              | |
| RelationPredicateBucket(IPredicateExpression, IRelationCollection) | 
            Initializes a new instance of the RelationPredicateBucket class.
              | 
| Name | Description | |
|---|---|---|
| DatabaseSpecificCreator | 
            Object which will be used to create valid parameter objects, field names, including prefix/postfix characters, 
            and conversion routines, and field names, including prefix/postfix characters. 
            Uses the strategy pattern so the generic code can work with more than one target database.
              | |
| PredicateExpression | 
            The predicate expression to use in combination with the Relations in this bucket.
              | |
| Relations | 
            The relation collection with EntityRelation objects which is used in combination with the PredicateExpression in this bucket
              | |
| SelectListAlias | 
            Optional alias for select list fields. Used in entity fetches where the entity type to fetch has to be aliased because the source of the data
            is a derived table or requires aliasing because the relations used require that. If specified, all predicates referring to the entity
            type to fetch have to use the same alias. 
              | 
| Name | Description | |
|---|---|---|
| Clone | 
            create a shallow copy of this object.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| 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.) | |
| 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.) | 
| Name | Description | |
|---|---|---|
| IXmlSerializableGetSchema | 
            This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.
              | |
| IXmlSerializableReadXml | 
            Generates an object from its XML representation.
              | |
| IXmlSerializableWriteXml | 
            Converts an object into its XML representation.
              | |
| IRelationPredicateBucketReadXml | 
            Deserializes the object data on the xml reader into this instance
              | |
| IRelationPredicateBucketWriteXml | 
            Serializes the object as xml to the writer specified.
              |