get()  NDO objects

Chapter 5: General Objects and Methods

size()

Description

Use to determine how many string pairs are in an object.

Syntax

int size ();

Return value

Integer. Returns the number of string pairs in the object.

Usage

Pointer to object

Object

int numPairs;numPairs = pmyclMapObj->size( );

int numPairs;numPairs = myclMapObj.size( );





Copyright © 2005. Sybase Inc. All rights reserved. NDO objects

View this book as PDF