[Missing <summary> documentation for "M:SimpleMode.SecureLicenseManager.Data.SqlServer.SqlServerDbManager.GetUpdateCommand(System.Data.IDbConnection,System.String,System.Collections.Generic.List{System.Data.Common.DbParameter},System.Collections.Generic.List{System.Data.Common.DbParameter})"]

Namespace: SimpleMode.SecureLicenseManager.Data.SqlServer
Assembly: SimpleMode.SecureLicenseManager.Data (in SimpleMode.SecureLicenseManager.Data.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public IDbCommand GetUpdateCommand(
	IDbConnection connection,
	string tableName,
	List<DbParameter> updateParameters,
	List<DbParameter> updateWhereParameters
)
Visual Basic
Public Function GetUpdateCommand ( _
	connection As IDbConnection, _
	tableName As String, _
	updateParameters As List(Of DbParameter), _
	updateWhereParameters As List(Of DbParameter) _
) As IDbCommand
Visual C++
public:
virtual IDbCommand^ GetUpdateCommand(
	IDbConnection^ connection, 
	String^ tableName, 
	List<DbParameter^>^ updateParameters, 
	List<DbParameter^>^ updateWhereParameters
) sealed

Parameters

connection
Type: System.Data..::..IDbConnection

[Missing <param name="connection"/> documentation for "M:SimpleMode.SecureLicenseManager.Data.SqlServer.SqlServerDbManager.GetUpdateCommand(System.Data.IDbConnection,System.String,System.Collections.Generic.List{System.Data.Common.DbParameter},System.Collections.Generic.List{System.Data.Common.DbParameter})"]

tableName
Type: System..::..String

[Missing <param name="tableName"/> documentation for "M:SimpleMode.SecureLicenseManager.Data.SqlServer.SqlServerDbManager.GetUpdateCommand(System.Data.IDbConnection,System.String,System.Collections.Generic.List{System.Data.Common.DbParameter},System.Collections.Generic.List{System.Data.Common.DbParameter})"]

updateParameters
Type: System.Collections.Generic..::..List<(Of <(<'DbParameter>)>)>

[Missing <param name="updateParameters"/> documentation for "M:SimpleMode.SecureLicenseManager.Data.SqlServer.SqlServerDbManager.GetUpdateCommand(System.Data.IDbConnection,System.String,System.Collections.Generic.List{System.Data.Common.DbParameter},System.Collections.Generic.List{System.Data.Common.DbParameter})"]

updateWhereParameters
Type: System.Collections.Generic..::..List<(Of <(<'DbParameter>)>)>

[Missing <param name="updateWhereParameters"/> documentation for "M:SimpleMode.SecureLicenseManager.Data.SqlServer.SqlServerDbManager.GetUpdateCommand(System.Data.IDbConnection,System.String,System.Collections.Generic.List{System.Data.Common.DbParameter},System.Collections.Generic.List{System.Data.Common.DbParameter})"]

Return Value

[Missing <returns> documentation for "M:SimpleMode.SecureLicenseManager.Data.SqlServer.SqlServerDbManager.GetUpdateCommand(System.Data.IDbConnection,System.String,System.Collections.Generic.List{System.Data.Common.DbParameter},System.Collections.Generic.List{System.Data.Common.DbParameter})"]

Implements

IDbManager..::..GetUpdateCommand(IDbConnection, String, List<(Of <<'(DbParameter>)>>), List<(Of <<'(DbParameter>)>>))

See Also