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

DbDataProcessor..::..GetIdentityInsertSql Method

Gets the identity insert SQL.

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

Syntax


public virtual string GetIdentityInsertSql(
	string tableName,
	bool setOn
)
Public Overridable Function GetIdentityInsertSql ( _
	tableName As String, _
	setOn As Boolean _
) As String
public:
virtual 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.