last ...
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
using xDataService.Constants;
|
||||
|
||||
namespace xDataService.Configuration
|
||||
{
|
||||
/// <summary>
|
||||
/// Describe a Database ...
|
||||
/// </summary>
|
||||
public class XDataBaseConfiguration
|
||||
{
|
||||
/// <summary>
|
||||
/// Provider Type ...
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
public XDbProviders Provider { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Connection String which provide Requires Data to Connect to Db Provider ...
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
public string ConnectionString { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user