Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / ArithmeticOperatorProjection Class / ArithmeticOperatorProjection Constructor
Arithmatic operator for desired operation
Resulting type of arithmetic operation
Aray of input arguments required for arithmetic operation
In This Topic
    ArithmeticOperatorProjection Constructor
    In This Topic
    Initializes a new instance of the ArithmeticOperatorProjection class.
    Syntax
    public ArithmeticOperatorProjection( 
       string op,
       NHibernate.Type.IType returnType,
       params NHibernate.Criterion.IProjection[] args
    )

    Parameters

    op
    Arithmatic operator for desired operation
    returnType
    Resulting type of arithmetic operation
    args
    Aray of input arguments required for arithmetic operation
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also