ExcelCommand Class Library  

ExcelCommand Members

ExcelCommand overview

Public Constructors

public constructorExcelCommand Constructor Initializes a new instance of the ExcelCommand class.

Public Properties

public propertyCommandText Overridden. Gets or sets the statement to execute at the data source.
public propertyCommandTimeout Overridden. Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
public propertyCommandType Overridden. Gets or sets a value indicating how the CommandText property is to be interpreted.
public propertyConnection Gets or sets the ExcelConnection used by this instance of the ExcelCommand.
public methodParameters This property is not supported.
public methodTransaction This property is not supported.
public methodUpdatedRowSource This property is not supported.

Public Methods

public methodCancel This method is not supported.
public methodCreateParameter This method is not supported.
public methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
public methodExecuteNonQuery This method is not supported.
public methodExecutePicker Overloaded. Sends the CommandText to the Connection and builds an ExcelDataPicker.
public methodExecuteReader Overloaded. Sends the CommandText to the Connection and builds an ExcelDataReader.
public methodExecuteScalar This method is not supported.
public methodPrepare This method is not supported.

See Also

ExcelCommand Class | VM.xPort.ExcelClient Namespace