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