namespace Ant.Core { public interface ISqlState { string ToSql(); } }