Method ForDatabase
ForDatabase(string)
Returns an action on SessionConfigBuilder which will set the database name to the value specified.
public static Action<SessionConfigBuilder> ForDatabase(string database)
Parameters
database
stringthe database name
Returns
- Action<SessionConfigBuilder>
An action of SessionConfigBuilder