Click or drag to resize

DatabaseAddInt16Param Method

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static void AddInt16Param(
	IDbCommand cmd,
	string name,
	short value
)

Parameters

cmd
Type: System.DataIDbCommand
name
Type: SystemString
value
Type: SystemInt16
See Also