Method RemoveSharedMetadata
RemoveSharedMetadata(SharedTableEntryMetadata)
Removes the entry from the shared Metadata in the table and removes the shared Metadata if no other entries are using it.
Declaration
public void RemoveSharedMetadata(SharedTableEntryMetadata md)
Parameters
| Type | Name | Description |
|---|---|---|
| SharedTableEntryMetadata | md |
RemoveSharedMetadata(SharedTableCollectionMetadata)
Removes the entry from the Shared Metadata and removes it from the SharedTableData if no other entries are using it.
Declaration
public void RemoveSharedMetadata(SharedTableCollectionMetadata md)
Parameters
| Type | Name | Description |
|---|---|---|
| SharedTableCollectionMetadata | md |