Click or drag to resize
Galactic API

OracleStoredProcedureCommand Property

The command to be sent to the database.

Namespace:  Galactic.Sql.Oracle
Assembly:  Galactic.Sql.Oracle (in Galactic.Sql.Oracle.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public override sealed IDbCommand Command { get; set; }

Property Value

Type: IDbCommand

Implements

IStoredProcedureCommand
See Also