ComponentOne FlexPivot for WinForms
Command Property

C1.DataEngine.4 Assembly > C1.DataEngine Namespace > DbConnector Class : Command Property
Gets or sets the ADO.NET command object for retrieving data from the database.
Syntax
'Declaration
 
Public Property Command As System.Data.Common.DbCommand
public System.Data.Common.DbCommand Command {get; set;}
See Also

Reference

DbConnector Class
DbConnector Members