DBBINDING Struct

Definition

Caution

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Provides a Structure that represents an ADO binding in an application that has been upgraded from Visual Basic 6.0.

This API supports the product infrastructure and is not intended to be used directly from your code.

public value class DBBINDING
[System.Runtime.InteropServices.ComVisible(false)]
public struct DBBINDING
[System.Runtime.InteropServices.ComVisible(false)]
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public struct DBBINDING
[<System.Runtime.InteropServices.ComVisible(false)>]
type DBBINDING = struct
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type DBBINDING = struct
Public Structure DBBINDING
Inheritance
DBBINDING
Attributes

Remarks

Note

Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic 2008. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.

Fields

bPrecision

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBBINDING structure.

bScale

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBBINDING structure.

cbMaxLen

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBBINDING structure.

dwFlags

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBBINDING structure.

eParamIO

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBBINDING structure.

iOrdinal

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBBINDING structure.

memOwner

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBBINDING structure.

obLength

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBBINDING structure.

obStatus

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBBINDING structure.

obValue

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBBINDING structure.

part

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBBINDING structure.

pBindExt

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBBINDING structure.

pObject

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBBINDING structure.

typeInfo

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBBINDING structure.

wType

This API supports the product infrastructure and is not intended to be used directly from your code.

A field for the internal DBBINDING structure.

Applies to