SIFWorks ADK 2.0
Distinct Property
NamespacesEdustructures.SifWorks.InfraSIF_SelectDistinct

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

Gets or sets the value of the Distinct attribute.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<bool> Distinct{ get; set;}
Public Property Distinct As Nullable(Of Boolean)
public:
property Nullable<bool> Distinct {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
Value
The Distinct attribute of this object.
Remarks

The SIF specification defines the meaning of this attribute as: "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."

Version: 2.0

Since: 2.0

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