IQuerySqlGeneratorFactory Interface

Definition

A factory for instances of IQuerySqlGenerator.

public interface IQuerySqlGeneratorFactory
type IQuerySqlGeneratorFactory = interface
Public Interface IQuerySqlGeneratorFactory
Derived

Methods

CreateDefault(SelectExpression)

Creates the default SQL generator.

CreateFromSql(SelectExpression, String, Expression)

Creates a FromSql SQL generator.

Applies to