Metodo DedCommCollectionItemAddWhereStatement
|
Aggiunge al comando la clausola where senza l'inclusione del ROWVER.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi protected virtual void AddWhereStatement(
QSCommandBase cmd
)
Protected Overridable Sub AddWhereStatement (
cmd As QSCommandBase
)
protected:
virtual void AddWhereStatement(
QSCommandBase^ cmd
)
abstract AddWhereStatement :
cmd : QSCommandBase -> unit
override AddWhereStatement :
cmd : QSCommandBase -> unit
Parametri
- cmd QSCommandBase
- Comando al quale aggiungere la clausola.
Vedi anche