[Missing <summary> documentation for "M:Caisis.Data.Database.SimpleSelect(System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IDictionary{System.String,System.Object},System.Func{System.Data.IDataRecord,System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32})"]

Namespace: Caisis.Data
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void SimpleSelect(
	string tablename,
	string primaryKeyName,
	IEnumerable<string> physicalColumns,
	IDictionary<string, Object> restrictions,
	Func<IDataRecord, bool> consumer,
	Nullable<int> minRow,
	Nullable<int> maxRow
)
Visual Basic
Public Sub SimpleSelect ( 
	tablename As String,
	primaryKeyName As String,
	physicalColumns As IEnumerable(Of String),
	restrictions As IDictionary(Of String, Object),
	consumer As Func(Of IDataRecord, Boolean),
	minRow As Nullable(Of Integer),
	maxRow As Nullable(Of Integer)
)
Visual C++
public:
void SimpleSelect(
	String^ tablename, 
	String^ primaryKeyName, 
	IEnumerable<String^>^ physicalColumns, 
	IDictionary<String^, Object^>^ restrictions, 
	Func<IDataRecord^, bool>^ consumer, 
	Nullable<int> minRow, 
	Nullable<int> maxRow
)

Parameters

tablename
Type: System..::..String

[Missing <param name="tablename"/> documentation for "M:Caisis.Data.Database.SimpleSelect(System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IDictionary{System.String,System.Object},System.Func{System.Data.IDataRecord,System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32})"]

primaryKeyName
Type: System..::..String

[Missing <param name="primaryKeyName"/> documentation for "M:Caisis.Data.Database.SimpleSelect(System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IDictionary{System.String,System.Object},System.Func{System.Data.IDataRecord,System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32})"]

physicalColumns
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>

[Missing <param name="physicalColumns"/> documentation for "M:Caisis.Data.Database.SimpleSelect(System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IDictionary{System.String,System.Object},System.Func{System.Data.IDataRecord,System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32})"]

restrictions
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, Object>)>)>

[Missing <param name="restrictions"/> documentation for "M:Caisis.Data.Database.SimpleSelect(System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IDictionary{System.String,System.Object},System.Func{System.Data.IDataRecord,System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32})"]

consumer
Type: System..::..Func<(Of <(<'IDataRecord, Boolean>)>)>

[Missing <param name="consumer"/> documentation for "M:Caisis.Data.Database.SimpleSelect(System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IDictionary{System.String,System.Object},System.Func{System.Data.IDataRecord,System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32})"]

minRow
Type: System..::..Nullable<(Of <(<'Int32>)>)>

[Missing <param name="minRow"/> documentation for "M:Caisis.Data.Database.SimpleSelect(System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IDictionary{System.String,System.Object},System.Func{System.Data.IDataRecord,System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32})"]

maxRow
Type: System..::..Nullable<(Of <(<'Int32>)>)>

[Missing <param name="maxRow"/> documentation for "M:Caisis.Data.Database.SimpleSelect(System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IDictionary{System.String,System.Object},System.Func{System.Data.IDataRecord,System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32})"]

See Also