SqlDatabase.GetStoredProcCommand(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::Data::Common::DbCommand ^ GetStoredProcCommand(System::String ^ storedProcedureName);
public System.Data.Common.DbCommand GetStoredProcCommand (string storedProcedureName);
member this.GetStoredProcCommand : string -> System.Data.Common.DbCommand
Public Function GetStoredProcCommand (storedProcedureName As String) As DbCommand
Parameters
- storedProcedureName
- String