NET Caching Library Help
Insert Method




KellermanSoftware.NetCachingLibrary.DatabaseProviders Namespace > BaseDatabaseProvider Class : Insert Method
Insert into a table
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseDatabaseProvider Class
BaseDatabaseProvider Members