InsertStatement Constructors
Represents the insert statement.Name | Parameters | Description |
---|---|---|
InsertStatement() | none | Initializes a new instance of the InsertStatement class. |
InsertStatement(DBTable, String) | table, alias | Initializes a new instance of the InsertStatement class with the specified settings. |
See Also