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.4.0.0 (5.4.0)
Syntax public ParameterCollection InsertParameters { get; }
Public ReadOnly Property InsertParameters As ParameterCollection
Get
Property Value
Type:
ParameterCollectionThe insert parameters.
See Also