Method | Description | |
---|---|---|
Configure ( |
Returns a Configuration object for the connection string that can be fluently configured
|
|
Configure ( |
Returns a Configuration object for the connection string that can be fluently configured
|
|
Configure ( string connectionStringName ) : MutableConfiguration |
Returns a Configuration object for the connection string that can be fluently configured
|
|
Configure ( string connectionStringName, IEnumerable |
Returns a Configuration object for the connection string that can be fluently configured
|
public static Configure ( |
||
connectionStringSettings | connection string settings for the database to be used | |
return | MutableConfiguration |
public static Configure ( |
||
connectionStringSettings | connection string settings for the database to be used | |
types | IEnumerable |
Enumerable of types to be mapped |
return | MutableConfiguration |
public static Configure ( string connectionStringName ) : MutableConfiguration | ||
connectionStringName | string | name of the connection string to be used |
return | MutableConfiguration |
public static Configure ( string connectionStringName, IEnumerable |
||
connectionStringName | string | name of the connection string to be used |
types | IEnumerable |
Enumerable of types to be mapped |
return | MutableConfiguration |