次の方法で共有


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

戻り値

適用対象