Models the options required to configure an IDbCmdBuilder.
The name of the database API service.
public String DatabaseApiName { get; set; }
The name of the formatter service.
public String FormatterName { get; set; }
The name of the name qualfier service.
public String NameQualifierName { get; set; }
In this document