Click or drag to resize
RelationPredicateBucket Class
IRelationPredicateBucket implementation which can be used as a single unit to pass to a data-access adapter for filtering over multi-entities.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesRelationPredicateBucket

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[SerializableAttribute]
public class RelationPredicateBucket : IRelationPredicateBucket, 
	IXmlSerializable, ICloneable

The RelationPredicateBucket type exposes the following members.

Constructors
  NameDescription
Public methodRelationPredicateBucket
CTor
Public methodRelationPredicateBucket(IPredicate)
Initializes a new instance of the RelationPredicateBucket class.
Public methodRelationPredicateBucket(IRelation)
Initializes a new instance of the RelationPredicateBucket class.
Public methodRelationPredicateBucket(IPredicate, IRelation)
Initializes a new instance of the RelationPredicateBucket class.
Public methodRelationPredicateBucket(IPredicateExpression, IRelationCollection)
Initializes a new instance of the RelationPredicateBucket class.
Top
Properties
  NameDescription
Public propertyPredicateExpression
The predicate expression to use in combination with the Relations in this bucket.
Public propertyRelations
The relation collection with EntityRelation objects which is used in combination with the PredicateExpression in this bucket
Public propertySelectListAlias
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.
Top
Methods
  NameDescription
Public methodClone
create a shallow copy of this object.
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
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIXmlSerializableGetSchema
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.
Explicit interface implementationPrivate methodIXmlSerializableReadXml
Generates an object from its XML representation.
Explicit interface implementationPrivate methodIXmlSerializableWriteXml
Converts an object into its XML representation.
Explicit interface implementationPrivate methodIRelationPredicateBucketReadXml
Deserializes the object data on the xml reader into this instance
Explicit interface implementationPrivate methodIRelationPredicateBucketWriteXml
Serializes the object as xml to the writer specified.
Top
See Also