SqlStatement

Metreos.Types.Database.SqlStatement

Summary

The SqlStatement type provides methods and members to procedurally create a SQL statement for single-table queries.

Usage

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.

Remarks

None.

Parseable Inputs
.NET TypeDescription
StringNot applicable.
Accessible Public Methods
Method NameDescription
ResetNot applicable.
AddFieldValueAddFieldValue is used to specify a value for a given column.
Accessible Public Properties
Property Name.NET TypeDescription
AppendSemiColonSystem.Boolean
MethodMetreos.Utilities.SqlBuilder+Method
TableSystem.String
FieldNamesSystem.Collections.Specialized.StringCollection
fieldValuesSystem.Collections.ArrayList
WhereSystem.Collections.Hashtable