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: QSAdoNetAssembly: QSAdoNet (in QSAdoNet.dll) Versione: 27.4.0
Sintassipublic 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à
String
Vedi anche