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