Table of Contents

Interface ISqlServerOption

Namespace
HeBianGu.DataBase.SqlServer
Assembly
HeBianGu.DataBase.SqlServer.dll
public interface ISqlServerOption
Extension Methods

Properties

ConfigPath

string ConfigPath { get; set; }

Property Value

string

InitialCatalog

string InitialCatalog { get; set; }

Property Value

string

Password

string Password { get; set; }

Property Value

string

Server

string Server { get; set; }

Property Value

string

UserName

string UserName { get; set; }

Property Value

string