SqlClause Class
Provides information about a SQL clause. Used by SqlBuilder.
Inheritance Hierarchy
System.Object
DbExtensions.SqlClause
Namespace: DbExtensions
Assembly: DbExtensions.dll
Syntax
public abstract class SqlClause : IEquatable<SqlClause>
The SqlClause type exposes the following members.
Constructors
| Name | Description |
|---|---|
| SqlClause | Provides information about a SQL clause. Used by SqlBuilder. |
Properties
| Name | Description |
|---|---|
| Name | The name of the clause. |
| Separator | The string to use for consecutive calls. |
Methods
| Name | Description |
|---|---|
| Instance<TClause> | Gets a singleton instance of the clause identified by TClause. |