Inserts an Item into the repository

Namespace: DotNetNuke.Data
Assembly: 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

See Also