dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbStatementExecuteEventArgs Class / Text Property

In This Topic
Text Property (DbStatementExecuteEventArgs)
In This Topic
Gets the SQL statement that is about to be executed.
Syntax
'Declaration
 
Public ReadOnly Property Text As String
 

Property Value

The SQL statement to be executed.
See Also