Gets or sets the maximum number of comparisions per select expression.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public int MaxSelectComparisons { get; set; }
Visual Basic
Public Property MaxSelectComparisons As Integer
	Get
	Set
Visual C++
public:
property int MaxSelectComparisons {
	int get ();
	void set (int value);
}

Field Value

The maximum number of comparisons.

Remarks

The default value for this property is 20, which corresponds to the limit defined by the Amazon service itself. See: http://docs.amazonwebservices.com/AmazonSimpleDB/latest/DeveloperGuide/SDBLimits.html

See Also