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.12.0.0 (5.12.0)
Syntaxpublic override string[] GetViewNames()
Public Overrides Function GetViewNames As String()
Return Value
Type:
StringAn array of view names.
Implements
IDataSourceDesignerGetViewNames
See Also