Click or drag to resize

DbDataSource.AddNew Method

X#
Adds a new item to the list.

Namespace:  XSharp
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 METHOD AddNew() AS Object
Request Example View Source

Return Value

Type: Object
The item added to the list.

Implements

AddNew
Exceptions
ExceptionCondition
NotSupportedExceptionAllowNew is .
See Also