  | DatabaseAddInt32Param Method  | 
  
    Namespace: 
   Dynamicweb.Data
    Assembly:
   Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static void AddInt32Param(
	IDbCommand cmd,
	string name,
	int value
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Shared Sub AddInt32Param ( 
	cmd As IDbCommand,
	name As String,
	value As Integer
)
Parameters
- cmd
 - Type: System.DataIDbCommand
 - name
 - Type: SystemString
 - value
 - Type: SystemInt32
 
See Also