Click or drag to resize

Metodo QSUpdateInsertCommandAddField(String, String, Object, DbType)

Aggiunge un campo all'istruzione UPDATE/INSERT creando anche il parametro abbinato specificandone il DbType. 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,
	DbType dbT
)

Parametri

fieldName  String
Nome del campo da aggiungere.
paramName  String
Nome del parametro.
paramValue  Object
Valore del parametro.
dbT  DbType
Tipo dati presente nel Database.
Vedi anche