OdbcInfoMessageEventArgs.Errors Property

Definition

Gets the collection of warnings sent from the data source.

public:
 property System::Data::Odbc::OdbcErrorCollection ^ Errors { System::Data::Odbc::OdbcErrorCollection ^ get(); };
public System.Data.Odbc.OdbcErrorCollection Errors { get; }
member this.Errors : System.Data.Odbc.OdbcErrorCollection
Public ReadOnly Property Errors As OdbcErrorCollection

Property Value

The collection of warnings sent from the data source.

Applies to