Click or drag to resize

LLBLGenProDataSourceBaseGetViewNames Method

Gets a collection of names, representing the list of DataSourceView objects associated with the DataSourceControl control.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected override ICollection GetViewNames()

Return Value

Type: ICollection
An ICollection that contains the names of the DataSourceView objects associated with the DataSourceControl.
See Also