Skip to main content
A newer version of this page is available. .

StoredProcedureInfo Constructors

Provides information about a stored procedure.
Name Parameters Description
StoredProcedureInfo() none Initializes a new instance of the StoredProcedureInfo class with the default settings.
StoredProcedureInfo(String, String, IEnumerable<KeyValuePair<String, Type>>) name, displayName, parameters Initializes a new instance of the StoredProcedureInfo class with specified settings.
See Also