Click or drag to resize
LLBLGenProDataSourceBaseGetView Method (String)
Gets the named data source view associated with the data source control.

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
protected override DataSourceView GetView(
	string viewName
)

Parameters

viewName
Type: SystemString
The name of the DataSourceView to retrieve. In data source controls that support only one view, such as SqlDataSource, this parameter is ignored.

Return Value

Type: DataSourceView
Returns the named DataSourceView associated with the DataSourceControl.
Remarks
viewName is ignored. Just one view is supported.
See Also