DataManagerImplUpdate Method (Object, String) |
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 Update(
Object dataStructure,
string tableName
)
Public Function Update (
dataStructure As Object,
tableName As String
) As Integer
public:
int Update(
Object^ dataStructure,
String^ tableName
)
member Update :
dataStructure : Object *
tableName : string -> int
Parameters
- dataStructure
- Type: SystemObject
- tableName
- Type: SystemString
Return Value
Type:
Int32
See Also