Click or drag to resize
DataSourceDataContainerType Enumeration
Enum which specifies the type of object which contains the data in an LLBLGenProDataSource(2) control in an ASP.NET application

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 enum DataSourceDataContainerType
Members
  Member nameValueDescription
EntityCollection0 The object containing the data is an entity collection (selfservicing style or adapter style).
TypedList1 The object containing the data is a typed list
TypedView2 The object containing the data is a typed view.
See Also