Back to Devexpress

StoredProcQuery Constructors

corelibraries-devexpress-dot-dataaccess-dot-sql-dot-storedprocquery-dot-ctor.md

latest1.3 KB
Original Source

StoredProcQuery Constructors

A stored procedure call.

NameParametersDescription
StoredProcQuery()noneInitializes a new instance of the StoredProcQuery class with the default settings.
StoredProcQuery(String, String, IEnumerable<QueryParameter>)queryName, storedProcName, parametersInitializes a new instance of the StoredProcQuery class with the specified settings.
StoredProcQuery(String, String)queryName, storedProcNameInitializes a new instance of the StoredProcQuery class with the specified query and stored procedure.

See Also

StoredProcQuery Class

StoredProcQuery Members

DevExpress.DataAccess.Sql Namespace