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