Gets or sets the maximum number of data sets that can be stored in the cache for this DataSetDef.

Namespace:  C1.Data.SchemaObjects
Assembly:  C1.Data.2 (in C1.Data.2.dll)

Syntax

C#
[DefaultValueAttribute()]
[XmlAttributeAttribute]
public int MaxCount { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
<XmlAttributeAttribute> _
Public Property MaxCount As Integer
	Get
	Set

Remarks

The default value for this property is 50.

See Also