IParameterContainer public interface IParameterContainer Interface that must be implemented by statements containing a list of parameters. Documentation Code IList<Parameter> Parameters { get; } Gets the list of parameters in the container.