LLBLGenProDataSourceViewBaseInsertParameters Property |
Gets the insert parameters.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.0.0.0 (5.0.0)
Syntax public ParameterCollection InsertParameters { get; }
Public ReadOnly Property InsertParameters As ParameterCollection
Get
Property Value
Type:
ParameterCollectionThe insert parameters.
See Also