|
|
OpenEdge.DataAdmin.IDataAdminElement FindEntity (handle)
|
/** Find the entity (factory method that really belongs in subinterfaces since it is also used by
other than iterator)
Is considered internal.
@param handle iterating handle positioned to the record to be found
does not need to be the same as IteratorHandle, but it should be of type
"query" if IteratorHandle or "buffer id iteratorhandle is TempTable */
|
|
|
LOGICAL Remove (handle)
|
/** Remove the entity. (factory method that really belongs in subinterfaces since it is also used by
other than iterator)
Is considered internal.
@param handle iterating handle positioned to the record to be found
does not need to be the same as IteratorHandle, but it should be of type
"query" if IteratorHandle or "buffer id iteratorhandle is TempTable */
|