Rds > Rds Assembly Interfaces > IMetaDataMembers
The IMetaDataMembers interface contains properties and methods used to work with a collection of system table records without ability to add and delete.
Property name | Brief description | |
![]() |
The Count property returns the number of records in the collection. | |
![]() |
The Item property returns a record from the collection by index. |
Method name | Brief description | |
![]() |
The FindById method searches a record in the collection by an attribute identifier. | |
![]() |
The FindByKey method searches a record in the collection by key. | |
![]() |
The FindById method searches a record in the collection by attribute type. | |
![]() |
The FindByKindBasis method searches a record in the collection by an attribute type and a basis. | |
![]() |
The FindByTag method searches a record in the collection by an attribute kind. | |
![]() |
The FindByTagBasis method searches a record in the collection by an attribute kind and a basis. |
See also: