Click or drag to resize
Galactic API

OracleStoredProcedure Properties

The OracleStoredProcedure type exposes the following members.

Properties
  NameDescription
Public propertyCommand
The command to be sent to the database.
(Overrides StoredProcedureCommand.)
Public propertyConnection
The connection to the database.
(Overrides StoredProcedureConnection.)
Public propertyLog
The event log that will receive events from this logger.
(Inherited from StoredProcedure.)
Public propertyName
The name of the stored procedure.
(Inherited from StoredProcedure.)
Top
See Also