Click or drag to resize
EntityCollectionBaseTEntityGetList Method
Returns an IList that can be bound to a data source from an object that does not implement an IList itself.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public IList GetList()

Return Value

Type: IList
An IList that can be bound to a data source from the object.

Implements

IListSourceGetList
See Also