IsNull Constructor(Filter)
See Also 
SourceCode.SmartObjects.Client.Filters Namespace > IsNull Class > IsNull Constructor : IsNull Constructor(Filter)



filter

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal filter As Filter _
)
Visual Basic (Usage) Copy Code
Dim filter As Filter
 
Dim instance As New IsNull(filter)
C#  
public IsNull( 
   Filter filter
)
C++/CLI  
public:
IsNull( 
   Filter^ filter
)

Parameters

filter

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