DbCommandBuilder UpdateTemplate Property NReco.Data Class Library Documentation
Gets or sets template for SQL UPDATE query.

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

public string UpdateTemplate { get; set; }

Property Value

Type: String
Remarks

Template is processed with StringTemplate. List of available variables: @table (table name)@set (comma-separated set statements)@where (query conditions, may be empty)
See Also