Click or drag to resize

Metodo QSConnectionCreateSqlUnaryOperator

Costruisce un operatore unario legato ad un elemento SQL. Es: "NOT (...)", "CAMPO IS NULL".

Namespace: QSAdoNet
Assembly: QSAdoNet (in QSAdoNet.dll) Versione: 27.1.0
Sintassi
public QSSqlUnaryOperator CreateSqlUnaryOperator(
	ISqlStatement expression,
	SqlUnaryOperatorEnum op
)

Parametri

expression  ISqlStatement
Elemento da abbinare all'operatore.
op  SqlUnaryOperatorEnum
Operatore unario.

Valore di ritorno

QSSqlUnaryOperator
Restituisce l'oggetto descrivente l'elemento legato all'operatore.
Vedi anche