Show / Hide Table of Contents

    ISqlJoinOnBuilder.OnValue Method

    .NET Standard 2.x

    Creates an ON clause and adds a search condition to it. Specifies the SQL expression on the left of the operator and a specific value on the right of the operator.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    OnValue(string left, object value) Creates an ON clause and adds a search condition to it. Specifies the SQL expression on the left of the operator and a specific value on the right of the operator. The operator is '='.
    OnValue(string left, SqlBinaryOperator sqlOperator, object value) Creates an ON clause and adds a search condition to it. Specifies a SQL expression on the left of the operator and a specific value on the right of the operator.
    Back to top Generated by Appeon