Click or drag to resize

Metodo QSInsertCommandAddField(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  String
Nome del campo da aggiungere.
fieldValue  Object
Valore del campo da aggiungere.
Vedi anche