SnapDAL Library Documentation

MockProvider.SetupCommand Method 

Setup the given MockCommand with expected readers, if any, based on the statement name and current test name

public void SetupCommand(
   MockCommand command,
   string statementName
);

Parameters

command
statementName

See Also

MockProvider Class | SnapDAL.Providers Namespace