Click or drag to resize
LLBLGenProDataSourceViewBaseInsertParameters Property
Gets the insert parameters.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public ParameterCollection InsertParameters { get; }

Property Value

Type: ParameterCollection
The insert parameters.
See Also