'Declaration Public Function Insert( _ ByVal tableName As System.String, _ ByVal parameters As System.Collections.Generic.Dictionary(Of String,Object) _ ) As System.Integer
'Usage Dim instance As BaseDatabaseProvider Dim tableName As System.String Dim parameters As System.Collections.Generic.Dictionary(Of String,Object) Dim value As System.Integer value = instance.Insert(tableName, parameters)
public System.int Insert( System.string tableName, System.Collections.Generic.Dictionary<string,object> parameters )
public: System.int Insert( System.string* tableName, System.Collections.Generic.Dictionary<string*,Object*>* parameters )
public: System.int Insert( System.String^ tableName, System.Collections.Generic.Dictionary<String^,Object^>^ parameters )
Parameters
- tableName
- parameters