Show / Hide Table of Contents

DBObjectNum

Object and Type

Object  : FCGeneric

Type     : Property (Read-only)

Prototype

Public DBObjectNum As Long

Description

This property reports the object number of the table or view for this object. The value in it is not set until you either call on SimpleQuery, or set the DBObjectName property. The number corresponds to the object number in the Data Dictionary.

Example

The following example creates a new object and reports on the DBObjectNum.

JavaScript:

  // Set up a query of all contacts
  var boContact = FCSession.CreateGeneric();
  boContact.DBObjectName = "contact";
  boContact.Query();

Visual Basic:

  Dim boContact As FCGeneric
  Set boContact = fc_session.CreateGeneric
  boContact.DbObjectName = "contact"
  boContact.Query
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.