Click or drag to resize

Metodo QSUpdateCommandAddField (String, String, Object)

Aggiunge un campo all'istruzione INSERT creando anche il parametro abbinato. Se il campo esiste già ne sovrascrive il valore

Namespace:  QSAdoNet
Assembly:  QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public void AddField(
	string fieldName,
	string paramName,
	Object paramValue
)

Parametri

fieldName
Tipo: SystemString
Nome del campo da aggiungere.
paramName
Tipo: SystemString
Nome del parametro.
paramValue
Tipo: SystemObject
Valore del parametro.
Vedi anche