Click or drag to resize

LLBLGenProDataSourceDesigner2.GetViewNames 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.7.0.0 (5.7.0)
Syntax
public override string[] GetViewNames()

Return Value

Type:String[]
An array of view names.

Implements

IDataSourceDesigner.GetViewNames()
See Also