SIFWorks ADK 2.0
SIF_Select Constructor (distinct, rowCount, sifElement)
NamespacesEdustructures.SifWorks.InfraSIF_SelectSIF_SelectSIF_SelectNew(Nullable<(Of <Boolean>)>, String, SIFSelectElement)

[This is preliminary documentation and is subject to change.]

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public SIF_Select(
	Nullable<bool> distinct,
	string rowCount,
	SIFSelectElement sifElement
)
Public Sub New ( _
	distinct As Nullable(Of Boolean), _
	rowCount As String, _
	sifElement As SIFSelectElement _
)
public:
SIF_Select (
	Nullable<bool> distinct, 
	String^ rowCount, 
	SIFSelectElement^ sifElement
)
Parameters
distinct (Nullable<(Of <Boolean>)>)
Specifies whether query results should return all rows (false) or just distinct ones (true). Rows are distinct if at least one column differs between them.
rowCount (String)
The maximum number of rows to return. If All, return all rows, otherwise return the top rows up to the maximum row count indicated.
sifElement (SIFSelectElement)
A SIF_Element

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10