DBConnection
Command Property
|
Gets or sets the command associated with the connection converter.
When the value is set, it updates the internal command and marks the converter as changed.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string Command { get; set; }
Public Property Command As String
Get
Set
public:
property String^ Command {
String^ get ();
void set (String^ value);
}
member Command : string with get, set
Property Value
Type:
String
See Also