ArcFM Responder Mobile Developer Guide
GetFilter Method (FilterBase)






The database-specific syntax to use when building the where clause.
Gets the where clause for this filter object.
Syntax
'Declaration
 
Public MustOverride Function GetFilter( _
   ByVal syntax As DataSyntax _
) As System.String
'Usage
 
Dim instance As FilterBase
Dim syntax As DataSyntax
Dim value As System.String
 
value = instance.GetFilter(syntax)
public abstract System.string GetFilter( 
   DataSyntax syntax
)
public function GetFilter( 
    syntax: DataSyntax
): System.String; abstract; 
public __abstract function GetFilter( 
   syntax : DataSyntax
) : System.String;
public: abstract System.string* GetFilter( 
   DataSyntax* syntax
) 
public:
abstract System.String^ GetFilter( 
   DataSyntax^ syntax
) 

Parameters

syntax
The database-specific syntax to use when building the where clause.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FilterBase Class
FilterBase Members

Send Feedback