SnapDAL Library Documentation

DataCommandDecorator Constructor (IDbCommand, String)

Constructor that allows a statement name to be associated with the object that will in turn be passed to the pre execute calls as context

public DataCommandDecorator(
   IDbCommand aIDbCommand,
   string statementName
);

Parameters

aIDbCommand
the IDbCommand to decorate with this class or a subclass
statementName

See Also

DataCommandDecorator Class | SnapDAL Namespace | DataCommandDecorator Constructor Overload List