Click or drag to resize

LLBLGenProDataSourceDesigner2GetViewNames 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.5.0.0 (5.5.18.1019)
Syntax
public override string[] GetViewNames()

Return Value

Type: String
An array of view names.

Implements

IDataSourceDesignerGetViewNames
See Also