DbCommandBuilder DeleteTemplate Property NReco.Data Class Library Documentation
Gets or sets template for SQL DELETE query.

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

public string DeleteTemplate { get; set; }

Property Value

Type: String
Remarks

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