Class AddDbCommandEventArgs
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Provides data for the AddDbCommand event.
public sealed class AddDbCommandEventArgs : EventArgs
- Inheritance
-
AddDbCommandEventArgs
- Inherited Members
Properties
DbCommand
Gets the database command that is being added.
public IDbCommand DbCommand { get; }
Property Value
TableName
Gets the name of the table associated with the command.
public string TableName { get; }