Namespace: OpenEdge.DataAdmin
Interface
IFieldSet
Parent classes:
Inherits: OpenEdge.DataAdmin.IDataAdminCollection

/* Copyright (c) 2010,2019 by Progress Software Corporation
/*
/* all rights reserved. no part of this program or document
/* may be reproduced in any form or by any means without
/* permission in writing from progress Software Corporation.
Purpose:Field set (collection) for fields of a table
with name as unique identifier
Author(s):hdaniels
Created:Thu Jun 10 00:48:35 EDT 2010
Purpose: Return true if a Field with the specified Name is in the collection




Method Summary
Options Name Purpose
LOGICAL CanFind (character) /** Return true if a Field with the specified Name is in the collection * @param fieldName character */
LOGICAL Contains (IField) /** Return true if the IField is in the collection * @param fieldReference IField */
OpenEdge.DataAdmin.IField Find (character) /** Return a Field with the specified Name from the collection. * Returns unknown if not found. * @param fieldName character */


Method Detail
Top

LOGICAL CanFind (character)

Purpose: Return true if a Field with the specified Name is in the collection
Parameters:
fieldName CHARACTER
Returns LOGICAL
Top

LOGICAL Contains (IField)

Purpose: Return true if the IField is in the collection
Parameters:
fieldImpl OpenEdge.DataAdmin.IField
Returns LOGICAL
Top

OpenEdge.DataAdmin.IField Find (character)

Purpose: Return a Field with the specified Name from the collection.
Parameters:
fieldName CHARACTER
Returns OpenEdge.DataAdmin.IField


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7.15