Windward Studios API Reference
FilterBase Constructor(SORT_ORDER)
See Also  Send comments on this topic.
WindwardInterfaces.net.windward.datasource Namespace > FilterBase Class > FilterBase Constructor : FilterBase Constructor(SORT_ORDER)




sort
Set the sort order if we override it.

Glossary Item Box

Create the object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal sort As FilterBase.SORT_ORDER _
)
Visual Basic (Usage)Copy Code
Dim sort As FilterBase.SORT_ORDER
 
Dim instance As New FilterBase(sort)
C# 
public FilterBase( 
   FilterBase.SORT_ORDER sort
)
Managed Extensions for C++ 
public: FilterBase( 
   FilterBase.SORT_ORDER sort
)
C++/CLI 
public:
FilterBase( 
   FilterBase.SORT_ORDER sort
)

Parameters

sort
Set the sort order if we override it.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software