apiargs-MongoDBClient-method-selectDatabase-param.yaml 239 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
source:
  ref: $databaseName
  file: apiargs-common-param.yaml
operation: MongoDB\\Client::selectDatabase
position: 1
---
source:
  ref: $options
  file: apiargs-common-param.yaml
operation: MongoDB\\Client::selectDatabase
position: 2
...