Not Serializable
The SqlStatement type provides methods and members to procedurally create a SQL statement for single-table queries.
SqlStatement allows one to create a SELECT, INSERT, UPDATE, or DELETE statement procedurally. Once you have finished building the statement, use ToString to emit the SQL statement.
None.
| .NET Type | Description |
|---|---|
String | Not applicable. |
| Method Name | Description |
|---|---|
| Reset | Not applicable. |
| AddFieldValue | AddFieldValue is used to specify a value for a given column. |
| Property Name | .NET Type | Description |
|---|---|---|
| AppendSemiColon | System.Boolean | |
| Method | Metreos.Utilities.SqlBuilder+Method | |
| Table | System.String | |
| FieldNames | System.Collections.Specialized.StringCollection | |
| fieldValues | System.Collections.ArrayList | |
| Where | System.Collections.Hashtable |