ConnectionManagedSQL.BindParameter(Object, Int32, Int32, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
override void BindParameter(System::Object ^ paramName, int paramDir, int dataType, System::Object ^ varValue);
public override void BindParameter (object paramName, int paramDir, int dataType, object varValue);
override this.BindParameter : obj * int * int * obj -> unit
Public Overrides Sub BindParameter (paramName As Object, paramDir As Integer, dataType As Integer, varValue As Object)
Parameters
- paramName
- Object
- paramDir
- Int32
- dataType
- Int32
- varValue
- Object