提交 8839cfd5 编写于 作者: J Jeremy Borg

Change access modifier of AddClause method to "protected".

上级 45df8d8d
......@@ -119,9 +119,9 @@ public Template AddTemplate(string sql, dynamic parameters = null)
}
#if CSHARP30
void AddClause(string name, string sql, object parameters, string joiner, string prefix, string postfix, bool isInclusive)
protected void AddClause(string name, string sql, object parameters, string joiner, string prefix, string postfix, bool isInclusive)
#else
void AddClause(string name, string sql, object parameters, string joiner, string prefix = "", string postfix = "", bool isInclusive = false)
protected void AddClause(string name, string sql, object parameters, string joiner, string prefix = "", string postfix = "", bool isInclusive = false)
#endif
{
Clauses clauses;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册