Metodo QSCommandBaseAddWhereNull(String, Boolean)
|
Aggiunge alla clausola where la verifica di un campo NULL oppure NOT NULL anteponendo un AND logico.
Namespace: QSAdoNetAssembly: 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 String
- Nome del campo.
- isNull Boolean
- Se debba essere NULL oppure NOT NULL
Vedi anche