DbCommandBuilder InsertTemplate Property NReco.Data Class Library Documentation
Gets or sets template for SQL INSERT query.

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public string InsertTemplate { get; set; }

Property Value

Type: String
Remarks

Template is processed with StringTemplate. List of available variables: @table (table name)@columns (comma-separated list of columns)@values (comma-separated list of values)
See Also