Costruttore QsDropFieldCommand
             | 
          
        
        
            Crea l'oggetto inizializzando il riferimento alla connessione ed il nome della table.
            
        
        Namespace: QSAdoNetAssembly: QSAdoNet (in QSAdoNet.dll) Versione: 27.4.0
Sintassiprotected internal QsDropFieldCommand(
	QSConnection conn,
	string tableName
)
Protected Friend Sub New ( 
	conn As QSConnection,
	tableName As String
)
protected public:
QsDropFieldCommand(
	QSConnection^ conn, 
	String^ tableName
)
new : 
        conn : QSConnection * 
        tableName : string -> QsDropFieldCommandParametri
- conn  QSConnection
 - Connessione non necessariamente aperta.
 - tableName  String
 - Nome della table sulla quale effettuare l'istruzione.
 
Vedi anche