Click or drag to resize

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; }

Property Value

Type: String
See Also