Overloads Function Insert( _ ByVal table As Table, _ ByVal parameters As Dictionary(Of String,Object) _ ) As Object
Dim instance As IDataHelper Dim table As Table Dim parameters As Dictionary(Of String,Object) Dim value As Object value = instance.Insert(table, parameters)
object Insert( Table table, Dictionary<string,object> parameters )
Object* Insert( Table* table, Dictionary<string*,Object*>* parameters )
Object^ Insert( Table^ table, Dictionary<String^,Object^>^ parameters )
Parameters
- table
- The name of the table
- parameters
- What to insert
Return Value
The primary key that was inserted