Namespace: OpenEdge.DataAdmin
Type: Interface IFieldSet
Parent Classes:
Inherits: OpenEdge.DataAdmin.IDataAdminCollection


/* Copyright (c) 2010 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



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