Data.SqlExpr.TSQLConnection Events
InheritedProtected
| AfterConnect | published | Occurs after a connection is established. |
| AfterDisconnect | published | Occurs after the connection closes. |
| BeforeConnect | published | Occurs immediately before establishing a connection. |
| BeforeDisconnect | published | Occurs immediately before the connection closes. |
| OnGetDeltaStreams | protected | |
| OnLogin | published | Occurs after the BeforeConnect event and before a connection is established. |
| TraceCallbackEvent | public | Provides access to the callback function that executes for every SQL command passed to or from the server. |
| ValidatePeerCertificate | published | Event that occurs when validating a peer certificate. |