C# Class MySql.Data.Entity.Tests.BaseEdmTest

Show file Open project: Top-Cat/SteamBot

Protected Methods

Method Description
CheckSql ( string sql, string refSql ) : void
Initialize ( ) : void

Private Methods

Method Description
GetEntityConnection ( ) : System.Data.EntityClient.EntityConnection

Method Details

CheckSql() protected method

protected CheckSql ( string sql, string refSql ) : void
sql string
refSql string
return void

Initialize() protected method

protected Initialize ( ) : void
return void