Overloads Function Insert( _ ByVal table As Table, _ ByVal parameters As Dictionary(Of String,Object) _ ) As Object
Dim instance As ITableCrud 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
- Class to table mapping
- parameters
- The parameters to use for the where clause