SnapDAL Library Documentation

DataCommandDecorator.ExecuteCommand Delegate

A Command type that given the IDbCommand and a statement name, will configure the IDbCommand as needed before the execution is called

public delegate void DataCommandDecorator.ExecuteCommand(
   IDbCommand command,
   string statementName
);

Requirements

Namespace: SnapDAL

Assembly: SnapDAL (in SnapDAL.dll)

See Also

SnapDAL Namespace