Click or drag to resize

Metodo QSUpdateInsertCommandAddField(String, String, Object)

Aggiunge un campo all'istruzione UPDATE/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  String
Nome del campo da aggiungere.
paramName  String
Nome del parametro.
paramValue  Object
Valore del parametro.
Vedi anche