Click or drag to resize
DbSpecificCreatorBaseCreateParameterInstance Method
Overload List
  NameDescription
Protected methodCreateParameterInstance(String)
Creates a new parameter instance.
Protected methodCreateParameterInstance(Object, String)
Creates a new parameter instance. It sets the value but doesn't set the type so the parameter type depends on the value.
Protected methodCreateParameterInstance(String, Object)
Creates a new parameter instance (with direction: input)
Protected methodCreateParameterInstance(String, ParameterDirection, Object)
Creates a new parameter instance.
Top
See Also