Firebird ADO.NET Provider SDK Documentation - v1.7 |
|
CommandExecutedEventArgs Constructor
Creates an instance of CommandExecutedEventArgs class.
[Visual Basic]
Public Sub New( _
ByVal
dataReader As
FbDataReader, _
ByVal
commandText As
String, _
ByVal
rowsAffected As
Integer _
)
Parameters
-
dataReader
-
-
commandText
- The CommandText of the FbCommand that was executed.
-
rowsAffected
-
See Also
CommandExecutedEventArgs Class | FirebirdSql.Data.Firebird.Isql Namespace