Costruttore QsCreateFieldCommand

QSAdoNet

Costruttore QsCreateFieldCommand

Crea l'oggetto inizializzando il riferimento alla connessione ed il nome della table.

Namespace:  QSAdoNet
Assembly:  QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
protected internal QsCreateFieldCommand(
	QSConnection conn,
	string tableName
)
Protected Friend Sub New ( 
	conn As QSConnection,
	tableName As String
)
protected public:
QsCreateFieldCommand(
	QSConnection^ conn, 
	String^ tableName
)
new : 
        conn : QSConnection * 
        tableName : string -> QsCreateFieldCommand

Parametri

conn
Tipo: QSAdoNetQSConnection
Connessione non necessariamente aperta.
tableName
Tipo: SystemString
Nome della table sulla quale effettuare l'istruzione.
Vedi anche