Gets or sets if provider should return duplicates.

Namespace: MonoSoftware.MonoX.API.Linq
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool AllowDuplicates { get; set; }
Visual Basic
Public Property AllowDuplicates As Boolean
	Get
	Set
Visual C++
public:
property bool AllowDuplicates {
	bool get ();
	void set (bool value);
}
F#
member AllowDuplicates : bool with get, set

Property Value

Type: Boolean

See Also