Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / OptionCountBehavior Enumeration
In This Topic
    OptionCountBehavior Enumeration
    In This Topic
    Determines how the option count is determined. ActualCount is the true number of valid option choices, minimum will return at least the number supported by the database variant grid and more if provided, fixed will return exactly the number supported by the database.
    Syntax
    public enum OptionCountBehavior : System.Enum 
    Members
    MemberDescription
    ActualCount The actual number of valid options.
    Fixed Exactly the number of options supported by the database.
    Minimum At least the number supported by the database, more if available.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Products.OptionCountBehavior

    See Also