SqlDatabase.GetStoredProcCommand(String) 方法

定义

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

参数

storedProcedureName
String

返回

适用于