Click or drag to resize

DataManagerImplInsertT Method

Inserts DataStructure object

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 Insert<T>(
	T structure
)

Parameters

structure
Type: T
Object of Type T to be inserted

Type Parameters

T
Type of DataStructure

Return Value

Type: Int32
See Also