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)
Syntaxpublic int InsertOrUpdateBasedOnGid<T>(
T structure
)
Public Function InsertOrUpdateBasedOnGid(Of T) (
structure As T
) As Integer
public:
generic<typename T>
int InsertOrUpdateBasedOnGid(
T structure
)
member InsertOrUpdateBasedOnGid :
structure : 'T -> int
Parameters
- structure
- Type: T
DataStructure instance
Type Parameters
- T
Return Value
Type:
Int32
See Also