Windward Studios API Reference
FilterCondition Constructor(SORT_ORDER,String,IEnumerable<Condition>,Boolean)
See Also  Send comments on this topic.
WindwardInterfaces.net.windward.datasource Namespace > FilterCondition Class > FilterCondition Constructor : FilterCondition Constructor(SORT_ORDER,String,IEnumerable<Condition>,Boolean)




sort
Set the sort order if we override it.
varName
The name of the var this filter is for. If you are using aliases (SQL), this is the actual table.column, NOT the alias.
conditions
The conditions for this filter.
_isAndConditions
true if and the conditions, false if or them.

Glossary Item Box

Create the object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal sort As FilterBase.SORT_ORDER, _
   ByVal varName As String, _
   ByVal conditions As IEnumerable(Of FilterCondition.Condition), _
   ByVal _isAndConditions As Boolean _
)
Visual Basic (Usage)Copy Code
Dim sort As FilterBase.SORT_ORDER
Dim varName As String
Dim conditions As IEnumerable(Of FilterCondition.Condition)
Dim _isAndConditions As Boolean
 
Dim instance As New FilterCondition(sort, varName, conditions, _isAndConditions)
Managed Extensions for C++ 
public: FilterCondition( 
   FilterBase.SORT_ORDER sort,
   string* varName,
   IEnumerable<FilterCondition.Condition*>* conditions,
   bool _isAndConditions
)

Parameters

sort
Set the sort order if we override it.
varName
The name of the var this filter is for. If you are using aliases (SQL), this is the actual table.column, NOT the alias.
conditions
The conditions for this filter.
_isAndConditions
true if and the conditions, false if or them.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software