Click or drag to resize

LLBLGenProDataSourceViewBase Constructor

Initializes a new instance of the LLBLGenProDataSourceView2 class.

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
protected LLBLGenProDataSourceViewBase(
	LLBLGenProDataSourceBase owner,
	string viewName
)

Parameters

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