DataRepositoryRegistry..::..SetIdentityInsert Method
Sets the identity insert.
Namespace:
RingSoft.DbLookup.TestingAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public void SetIdentityInsert( DbDataProcessor processor, TableDefinitionBase tableDefinition, bool silent, bool value )
Public Sub SetIdentityInsert ( _ processor As DbDataProcessor, _ tableDefinition As TableDefinitionBase, _ silent As Boolean, _ value As Boolean _ )
public: 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].