Show / Hide Table of Contents

    ISqlJoinOnAndOr<TBuilder>.AndOnValue Method

    .NET Standard 2.x

    Adds the AND logical operator and a search condition to the ON clause; and specifies a SQL expression on the left the operator and a specific value on the right of the operator.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    AndOnValue(string left, object value) Adds the AND logical operator and a search condition to the ON clause; and specifies a SQL expression on the left the operator and a specific value on the right of the operator. The operator is '='.
    AndOnValue(string left, SqlBinaryOperator sqlOperator, object value) Adds the AND logical operator and a search condition to the ON clause; and specifies a SQL expression on the left the operator and a specific value on the right of the operator.
    Back to top Generated by Appeon