Interface ISqlServerOption
public interface ISqlServerOption
- Extension Methods
Properties
ConfigPath
string ConfigPath { get; set; }
Property Value
InitialCatalog
string InitialCatalog { get; set; }
Property Value
Password
string Password { get; set; }
Property Value
Server
string Server { get; set; }
Property Value
UserName
string UserName { get; set; }