Inserts an Item into the repository
Namespace: DotNetNuke.DataAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
void Insert( T item ) |
Visual Basic |
---|
Sub Insert ( item As T ) |
Parameters
- item
- Type: T
The item to be inserted
![]() ![]() |
Sandcastle Documented DotNetNuke Core |
IRepository<(Of <(<'T>)>)>..::..Insert Method |
IRepository<(Of <(<'T>)>)> Interface See Also Send Feedback |
C# |
---|
void Insert( T item ) |
Visual Basic |
---|
Sub Insert ( item As T ) |