Click or drag to resize

Metodo QSUpdateCommandAddField (String, Object)

Aggiunge un campo all'istruzione INSERT creando in automatico un parametro omonimo. 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,
	Object fieldValue
)

Parametri

fieldName
Tipo: SystemString
Nome del campo da aggiungere.
fieldValue
Tipo: SystemObject
Valore del campo da aggiungere.
Vedi anche