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

SqliteDataProcessor..::..GetIdentityInsertSql Method

Gets the identity insert SQL.

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

Syntax


public string GetIdentityInsertSql(
	string tableName,
	bool setOn
)
Public Function GetIdentityInsertSql ( _
	tableName As String, _
	setOn As Boolean _
) As String
public:
String^ GetIdentityInsertSql(
	String^ tableName, 
	bool^ setOn
)

Parameters

tableName
Type: String
Name of the table.
setOn
Type: Boolean
if set to true [set on].

Return Value

System.String.