Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

DictionaryDataReader Constructor

Initializes a new instance of the [T:Tortuga.Chain.ObjectDataReader<TObject>] class.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public DictionaryDataReader(
	TableOrViewMetadata tableOrView,
	IEnumerable<Dictionary<string, Object>> source,
	OperationTypes operationType
)
Public Sub New ( _
	tableOrView As TableOrViewMetadata, _
	source As IEnumerable(Of Dictionary(Of String, Object)), _
	operationType As OperationTypes _
)
public:
DictionaryDataReader(
	TableOrViewMetadata^ tableOrView, 
	IEnumerable<Dictionary<String^, Object^>^>^ source, 
	OperationTypes^ operationType
)

Parameters

tableOrView
Type: Tortuga.Chain.Metadata..::..TableOrViewMetadata
The table or view.
source
Type: IEnumerable<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>
The source.
operationType
Type: Tortuga.Chain.AuditRules..::..OperationTypes
Type of the operation being performed.