AerospikeConnection..::..GetDBInfo Method
Returns the LINQPad's internal structure by querying the DB is required.
The returned instances can be used to obtain meta data about the DB and even the ability to generate code.
You can, also, use the instance to obtain schema information about namespaces, sets, bins, UDF, etc.
Note: this will update this instance with the returned information.
Namespace:
Aerospike.Database.LINQPadDriverAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
public IEnumerable<LPNamespace> GetDBInfo( bool forceRefresh )
Parameters
- forceRefresh
- Type: Boolean
if set to true, the data is refreshed from the DB.