Show / Hide Table of Contents

    ISqlRawBuilder Interface

    .NET Standard 2.x

    Represents an object which only uses raw SQL and SQL parameters to build a SQL statement.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Implements

    SnapObjects.Data.ISqlBuilder

    Syntax

    public interface ISqlRawBuilder : ISqlBuilder;
    

    Methods

    Name Returns Type Description
    Raw(string sqlText, params ISqlParameter[] parameters) ISqlBuilder Creates a SQL statement by the raw SQL and SQL parameters.
    Back to top Generated by Appeon