IVCWizCtlUI.GetODBCConsumerClassDecl(Boolean, Boolean, String) Method

Definition

Gets the ODBC consumer class declaration.

std::wstring GetODBCConsumerClassDecl(bool bBindAllColumns = true, bool bSnapshot = false, std::wstring const & bstrClassName);
[System.Runtime.InteropServices.DispId(1610743832)]
public string GetODBCConsumerClassDecl (bool bBindAllColumns = true, bool bSnapshot = false, string bstrClassName);
[<System.Runtime.InteropServices.DispId(1610743832)>]
abstract member GetODBCConsumerClassDecl : bool * bool * string -> string
Public Function GetODBCConsumerClassDecl (Optional bBindAllColumns As Boolean = true, Optional bSnapshot As Boolean = false, Optional bstrClassName As String) As String

Parameters

bBindAllColumns
Boolean

Optional. True if all columns in the selected table are bound. False if no columns are bound.

bSnapshot
Boolean

Optional. True if the recordset is a snapshot. False if the recordset is a dynaset.

bstrClassName
String

Required. A string containing the ODBC class name.

Returns

A string containing the ODBC consumer class declaration.

Attributes

Applies to