ICommandDataSource<(Of <(<'TCommand, TParameter>)>)> Interface
This interface exposes the execute command methods.
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public interface ICommandDataSource<TCommand, TParameter> : IDataSource where TCommand : DbCommand where TParameter : DbParameter
Public Interface ICommandDataSource(Of TCommand As DbCommand, TParameter As DbParameter) _ Inherits IDataSource
generic<typename TCommand, typename TParameter> where TCommand : DbCommand where TParameter : DbParameter public interface class ICommandDataSource : IDataSource
Type Parameters
- TCommand
- The type of the t command.
- TParameter
- The type of the t parameter.