SnapDAL Library Documentation

ProviderBoundTypes Constructor 

Creates a new ProviderBound Types object.

protected internal ProviderBoundTypes(
   Type connection,
   Type command,
   Type parameter,
   Type dataAdapter
);

Parameters

connection
The type of Connection, must be based on IDbConnection
command
The type of Command, must be based on IDbCommand
parameter
The type of Parameter, must be based on IDbParameter
dataAdapter
The type of DataAdapter, must be based on IDbDataAdapter

See Also

ProviderBoundTypes Class | SnapDAL Namespace