RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

IDbContext..::..SetIdentityInsert Method

Sets the identity insert.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


void SetIdentityInsert(
	DbDataProcessor processor,
	TableDefinitionBase tableDefinition,
	bool silent,
	bool value
)
Sub SetIdentityInsert ( _
	processor As DbDataProcessor, _
	tableDefinition As TableDefinitionBase, _
	silent As Boolean, _
	value As Boolean _
)
void SetIdentityInsert(
	DbDataProcessor^ processor, 
	TableDefinitionBase^ tableDefinition, 
	bool^ silent, 
	bool^ value
)

Parameters

processor
Type: RingSoft.DbLookup.DataProcessor..::..DbDataProcessor
The processor.
tableDefinition
Type: RingSoft.DbLookup.ModelDefinition..::..TableDefinitionBase
The table definition.
silent
Type: Boolean
if set to true [silent].
value
Type: Boolean
if set to true [value].