Click or drag to resize
EntityCollectionBase2TEntityGetList 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.0.0.0 (5.0.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