NameQualifierOptions

Models the options required to configure an IDbNameQualifier.

Namespace:
KpokPatagon.Data.DependencyInjection
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No

Properties

DatabaseApiName

The name of the database API service.

Signature:
public String DatabaseApiName { get; set; }

FormatterName

The name of the formatter service.

Signature:
public String FormatterName { get; set; }