DataSource
This property indicates the data source associated with the OracleDependency
instance.
Declaration
// C# public string DataSource{get;}
Property Value
A string that indicates the data source associated with the OracleDependency
instance.
Remarks
The DataSource
property is populated with the data source once the OracleCommand
associated with the OracleDependency
executes and registers for the notification successfully.