메소드 | 설명 | |
---|---|---|
ChangeDatabase ( this self, string newDatabaseName ) : System.Data.SqlClient.SqlConnectionStringBuilder | ||
ConnectTo ( this self ) : Task |
||
ConnectTo ( this self, string databaseName ) : Task |
||
ConnectToMaster ( this self ) : Task |
||
TrimNetworkProtocol ( this cstr ) : void |
메소드 | 설명 | |
---|---|---|
ConnectTo ( string connection ) : Task |
public static ChangeDatabase ( this self, string newDatabaseName ) : System.Data.SqlClient.SqlConnectionStringBuilder | ||
self | this | |
newDatabaseName | string | |
리턴 | System.Data.SqlClient.SqlConnectionStringBuilder |
public static ConnectTo ( this self, string databaseName ) : Task |
||
self | this | |
databaseName | string | |
리턴 | Task |
public static TrimNetworkProtocol ( this cstr ) : void | ||
cstr | this | |
리턴 | void |