Class ChildByNameConstraint

  • All Implemented Interfaces:
    MemberChildrenConstraint, SqlConstraint

    class ChildByNameConstraint
    extends DefaultMemberChildrenConstraint
    Constraint which optimizes the search for a child by name. This is used whenever the string representation of a member is parsed, e.g. [Customers].[USA].[CA]. Restricts the result to the member we are searching for.
    Author:
    avix