ISqlBuilderBase Interface
.NET Standard 2.x |  Current Version (1.0.1) 
The base interface of ISqlBuilder and ISqlReadOnlyBuilder.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
  public interface ISqlBuilderBase;
Property
| Name | Return Type | Description | 
|---|---|---|
| Name | string | Gets the name of the current object. | 
| SqlType | SqlStatementType | The base interface of ISqlBuilderandISqlReadOnlyBuilder. | 
| UsedParameters | IReadOnlyDictionary<string, ISqlParameter> | Gets an IReadOnlyDictionary<string, ISqlParameter>object that contains all parameters used in the current object. | 
Method
| Name | Return Type | Description | 
|---|---|---|
| ToSqlString() | string | Returns the raw SQL string for the corresponding database by the current object. | 
| Validate() | bool | Validates the raw SQL string for the specified database generated by the current sqlbuilder. |