Knight Data Access Layer
Insert(String,Dictionary<String,Object>) Method




KellermanSoftware.NetDataAccessLayer Namespace > TableCrud Class > Insert Method : Insert(String,Dictionary<String,Object>) Method
The name of the table
The parameters to use for the where clause
Insert a record into the table
Syntax
Public Overloads Function Insert( _
   ByVal tableName As String, _
   ByVal parameters As Dictionary(Of String,Object) _
) As Object
Dim instance As TableCrud
Dim tableName As String
Dim parameters As Dictionary(Of String,Object)
Dim value As Object
 
value = instance.Insert(tableName, parameters)

Parameters

tableName
The name of the table
parameters
The parameters to use for the where clause
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

TableCrud Class
TableCrud Members
Overload List