Click or drag to resize
LLBLGenProDataSourceView Constructor
Initializes a new instance of the LLBLGenProDataSourceView class.

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 LLBLGenProDataSourceView(
	LLBLGenProDataSourceBase _owner,
	string viewName
)

Parameters

_owner
Type: SD.LLBLGen.Pro.ORMSupportClassesLLBLGenProDataSourceBase
The _owner.
viewName
Type: SystemString
Name of the view.
See Also