DatabaseLocationContainsNewDatabase Method  | 
 
             Check if this location contains a particular new database (not yet committed) 
Database 
    Namespace: 
   VelocityDb
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntaxpublic bool ContainsNewDatabase(
	uint dbNum
)
Public Function ContainsNewDatabase ( 
	dbNum As UInteger
) As Boolean
public:
bool ContainsNewDatabase(
	unsigned int dbNum
)
member ContainsNewDatabase : 
        dbNum : uint32 -> bool 
Parameters
- dbNum
 - Type: SystemUInt32
The database number to look for 
Return Value
Type: 
Booleantrue if the location contains this new uncommitted database; otherwise, 
false.
            
See Also