Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はバックエンドとしてオラクルを使用していますが、5つのプロシージャを含むパッケージがあります。C#でパッケージを実行するにはどうすればよいですか。例のある本文で説明してください。
ユーザーのプレフィックスを付けて、ストアドプロシージャをパッケージ化できます
var command = new OracleCommand(connection); command.CommandText = "NameOfUser.NameOfPackage.NameOfStoredProcedure";