Click or drag to resize

DataManagerImplUpdateT Method (T)

Update the existing structure. Structure should have at least one PK

Namespace:  Unvired.Kernel.UWP.Database
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int Update<T>(
	T structure
)

Parameters

structure
Type: T
DataStructure instance

Type Parameters

T

Return Value

Type: Int32
See Also