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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax Public Function GetList As IList
Return Value
Type:
IList
An
IList that can be bound to a data source from the object.
Implements
IListSourceGetListSee Also