ObjectDataReader<(Of <(<'TObject>)>)> Constructor (TableOrViewMetadata, IEnumerable<(Of <(<'TObject>)>)>, OperationTypes)
Initializes a new instance of the ObjectDataReader<(Of <(<'TObject>)>)> class.
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public ObjectDataReader( TableOrViewMetadata tableOrView, IEnumerable<TObject> source, OperationTypes operationType )
Public Sub New ( _ tableOrView As TableOrViewMetadata, _ source As IEnumerable(Of TObject), _ operationType As OperationTypes _ )
public: ObjectDataReader( TableOrViewMetadata^ tableOrView, IEnumerable<TObject>^ source, OperationTypes^ operationType )
Parameters
- tableOrView
- Type: Tortuga.Chain.Metadata..::..TableOrViewMetadata
The table or view.
- source
- Type: IEnumerable<(Of <(<'TObject>)>)>
The source.
- operationType
- Type: Tortuga.Chain.AuditRules..::..OperationTypes
Type of the operation being performed.