ISqlInsertBuilder.Insert Method
.NET Standard 2.x
Inserts a row (by a SQL INSERT statement) and specifies the name of the table or view that will receive the data.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
| Method | Description |
|---|---|
| Insert(string table) | Inserts a row (by a SQL INSERT statement) and specifies the name of the table or view that will receive the data. |
| Insert(string table, string schema) | Inserts a row (by a SQL INSERT statement) and specifies the name and the schema of the table or view that will receive the data. |