DBConnection
CommandType Property
|
Gets or sets the command type for the OLEDB command.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public OLEDBCommandType CommandType { get; set; }
Public Property CommandType As OLEDBCommandType
Get
Set
public:
property OLEDBCommandType CommandType {
OLEDBCommandType get ();
void set (OLEDBCommandType value);
}
member CommandType : OLEDBCommandType with get, set
Property Value
Type:
OLEDBCommandType
The command type.
See Also