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.12.0.0 (5.12.0)
Syntaxprotected override ICollection GetViewNames()
Protected Overrides Function GetViewNames As ICollection
Return Value
Type:
ICollection
An
ICollection that contains the names of the
DataSourceView objects associated with the
DataSourceControl.
See Also