C# Class NSoft.NFramework.Data.MySql.MySqlTool

MySql 을 위한 Utility class 입니다.
Mostrar archivo Open project: debop/NFramework

Public Methods

Method Description
AssertIsMySqlCommand ( this cmd ) : void

cmd의 수형이 MySqlCommand수형인지 확인합니다.

Private Methods

Method Description
CreateMySqlConnection ( this db, bool &newConnectionCreated ) : MySqlConnection
HandleConnectionError ( MySqlDatabase db, Exception ex, int tryCount ) : void
OpenConnection ( this db, int tryCount ) : MySqlConnection

MySql Connection을 연결합니다.

Method Details

AssertIsMySqlCommand() public static method

cmd의 수형이 MySqlCommand수형인지 확인합니다.
의 수형이 가 아닐 때
public static AssertIsMySqlCommand ( this cmd ) : void
cmd this 수형 확인할 DbCommand 인스턴스
return void