ConnectionProviderSql.FormatInsert(String, String, String) Method
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| tableName | String |
| fields | String |
| values | String |
Returns
| Type |
|---|
| String |
See Also
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v26.1.dll
public abstract string FormatInsert(
string tableName,
string fields,
string values
)
Public MustOverride Function FormatInsert(
tableName As String,
fields As String,
values As String
) As String
| Name | Type |
|---|---|
| tableName | String |
| fields | String |
| values | String |
| Type |
|---|
| String |