GetPersistentIds Method
Gets persistant IDs for a set of entities.
Syntax
public System.string[] GetPersistentIds(
System.string entityClass,
System.long[] entityIds,
EntPersistOpt persistOpt
)Public Function GetPersistentIds( _
ByVal entityClass As System.String, _
ByVal entityIds() As System.Long, _
ByVal persistOpt As EntPersistOpt _
) As System.String()Parameters
| Name | Description |
|---|---|
| entityClass | The type of entity that the IDs belong to. |
| entityIds | A set of entity IDs. |
| persistOpt | The type of ID to get. |
Return Value
A set of persistant IDs.