Click or drag to resize

DataManagerImplInsertOrUpdateBasedOnGidT Method

Insert structure if dose not exists or update structure if exists based on GID

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

Parameters

structure
Type: T
DataStructure instance

Type Parameters

T

Return Value

Type: Int32
See Also