LLBLGenProDataSourceViewExecuteInsert Method |
Performs an insert operation on the list of data that the
DataSourceView object represents.
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 protected override int ExecuteInsert(
IDictionary values
)
Protected Overrides Function ExecuteInsert (
values As IDictionary
) As Integer
Parameters
- values
- Type: System.CollectionsIDictionary
An IDictionary of name/value pairs used during an insert operation.
Return Value
Type:
Int32
The number of items that were inserted into the underlying data storage.
Exceptions See Also