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

    SnapObjects.Data.ISqlBuilderBase

    System.ICloneable<ISqlBuilder>

    Syntax

      public interface ISqlRawBuilder : ISqlBuilder, ISqlBuilderBase, ICloneable<ISqlBuilder>
    

    Method

    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