Description
Looks up a database in a map and returns its runtime ID.
Visual Basic
Public static Function IdFromDb( dataBase As Database ) As long
C#
public static long IdFromDb( Database dataBase );
Parameters
| Parameters | Description |
|---|---|
| Database dataBase | Input Database of which to get its runtime ID |
Returns
Long integer > 0 if found, else <= 0.