Materializer<(Of <(<'TCommand, TParameter>)>)> Class
This is the base class for materializers that don't return a value. Most operation are not executed without first attaching a materializer subclass.
Namespace:
Tortuga.Chain.MaterializersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public abstract class Materializer<TCommand, TParameter> : Materializer where TCommand : DbCommand where TParameter : DbParameter
Public MustInherit Class Materializer(Of TCommand As DbCommand, TParameter As DbParameter) _ Inherits Materializer
generic<typename TCommand, typename TParameter> where TCommand : DbCommand where TParameter : DbParameter public ref class Materializer abstract : public Materializer
Type Parameters
- TCommand
- The type of the t command type.
- TParameter
- The type of the t parameter type.
Inheritance Hierarchy
Tortuga.Chain.Materializers..::..Materializer
Tortuga.Chain.Materializers..::..Materializer<(Of <(<'TCommand, TParameter>)>)>