Table of Contents

Interface IStatementBuilder

Namespace
FluentCommand.Query
Assembly
FluentCommand.dll

Defines a builder for constructing SQL query statements.

public interface IStatementBuilder

Methods

BuildStatement()

Builds and returns a QueryStatement representing the SQL query and its parameters.

QueryStatement BuildStatement()

Returns

QueryStatement

A QueryStatement containing the SQL statement and associated QueryParameter values.