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