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

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 GetSelectCommand(
	IDbConnection connection,
	string tableName,
	List<string> selectFields,
	List<DbParameter> selectWhereParameters,
	List<string> selectOrderByFields,
	int offset,
	int itemCountLimit,
	bool getTotalCount
)
Visual Basic
Public Function GetSelectCommand ( _
	connection As IDbConnection, _
	tableName As String, _
	selectFields As List(Of String), _
	selectWhereParameters As List(Of DbParameter), _
	selectOrderByFields As List(Of String), _
	offset As Integer, _
	itemCountLimit As Integer, _
	getTotalCount As Boolean _
) As IDbCommand
Visual C++
public:
virtual IDbCommand^ GetSelectCommand(
	IDbConnection^ connection, 
	String^ tableName, 
	List<String^>^ selectFields, 
	List<DbParameter^>^ selectWhereParameters, 
	List<String^>^ selectOrderByFields, 
	int offset, 
	int itemCountLimit, 
	bool getTotalCount
) sealed

Parameters

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

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

tableName
Type: System..::..String

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

selectFields
Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>

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

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

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

selectOrderByFields
Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>

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

offset
Type: System..::..Int32

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

itemCountLimit
Type: System..::..Int32

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

getTotalCount
Type: System..::..Boolean

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

Return Value

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

Implements

IDbManager..::..GetSelectCommand(IDbConnection, String, List<(Of <<'(String>)>>), List<(Of <<'(DbParameter>)>>), List<(Of <<'(String>)>>), Int32, Int32, Boolean)

See Also