Metodo QSCommandBase.AddWhereNull (String, Boolean)

QSAdoNet

Metodo QSCommandBaseAddWhereNull (String, Boolean)

Aggiunge alla clausola where la verifica di un campo NULL oppure NOT NULL anteponendo un AND logico.

Namespace:  QSAdoNet
Assembly:  QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public void AddWhereNull(
	string fieldName,
	bool isNull
)
Public Sub AddWhereNull ( 
	fieldName As String,
	isNull As Boolean
)
public:
void AddWhereNull(
	String^ fieldName, 
	bool isNull
)
member AddWhereNull : 
        fieldName : string * 
        isNull : bool -> unit 

Parametri

fieldName
Tipo: SystemString
Nome del campo.
isNull
Tipo: SystemBoolean
Se debba essere NULL oppure NOT NULL
Vedi anche