Metodo DedCommCollectionItemAddWhereStatement
             | 
          
        
        
            Aggiunge al comando la clausola where senza l'inclusione del ROWVER.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassiprotected 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