Click or drag to resize
LLBLGenProDataSourceDesignerGetViewNames Method
Returns an array of the view names that are available in this data source.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override string[] GetViewNames()

Return Value

Type: String
An array of view names.

Implements

IDataSourceDesignerGetViewNames
See Also