Freigeben über


VCWizCtlClass.GetODBCConsumerClassDecl(Boolean, Boolean, String) Method

Definition

Gets an ODBC Consumer class declaration.

 virtual std::wstring GetODBCConsumerClassDecl(bool bBindAllColumns = true, bool bSnapshot = false, std::wstring const & bstrClassName);
[System.Runtime.InteropServices.DispId(1610743832)]
public virtual string GetODBCConsumerClassDecl (bool bBindAllColumns = true, bool bSnapshot = false, string bstrClassName);
[<System.Runtime.InteropServices.DispId(1610743832)>]
abstract member GetODBCConsumerClassDecl : bool * bool * string -> string
override this.GetODBCConsumerClassDecl : bool * bool * string -> string
Public Overridable 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.

Implements

Attributes

Remarks

DB_CONNECTION_STRING, DB_TABLES_COUNT, and DB_TABLE must be set through the Set Symbol api.

Applies to