Proprietà QSCommandBase.TableName

QSAdoNet

Proprietà QSCommandBaseTableName

Restituisce o imposta il nome della tabella sulla quale effettuare il comando. Accetta anche la stringa vuota "" ma non il valore null.

Namespace:  QSAdoNet
Assembly:  QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public string TableName { get; set; }
Public Property TableName As String
	Get
	Set
public:
property String^ TableName {
	String^ get ();
	void set (String^ value);
}
member TableName : string with get, set

Valore della proprietà

Tipo: String
Vedi anche