ADLib.ADCriteria.Or C# (CSharp) Method

Or() public method

public Or ( ADCriteria other ) : OrCriteria
other ADCriteria
return OrCriteria
        public virtual OrCriteria Or(ADCriteria other)
        {
            return new OrCriteria() { this, other };
        }