Click or drag to resize

PrefetchPath2IListIsFixedSize Property

Gets a value indicating whether the IList has a fixed size.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
bool IList.IsFixedSize { get; }

Return Value

Type: Boolean
true if the IList has a fixed size; otherwise, false.

Implements

IListIsFixedSize
See Also