[This is preliminary documentation and is subject to change.]
Constructor that accepts values for all mandatory fields
| C# | Visual Basic | Visual 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 )
- 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