From: Michael D. <mik...@us...> - 2004-09-11 04:01:33
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/SqlCommand In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8474/src/NHibernate/SqlCommand Modified Files: SqlBaseBuilder.cs Log Message: Fixing some of the xmldoc problems. Index: SqlBaseBuilder.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/SqlCommand/SqlBaseBuilder.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SqlBaseBuilder.cs 10 Feb 2004 18:38:55 -0000 1.1 --- SqlBaseBuilder.cs 10 Sep 2004 21:23:15 -0000 1.2 *************** *** 45,49 **** /// <param name="columnNames">The names of the Columns to Add to the WhereFragment</param> /// <param name="columnValues">The Values for the Columns in the WhereFragment</param> ! /// <param name="op">The operator to use between the names & values. For example " = " or "!="</param> /// <returns>A SqlString that contains the WhereFragment</returns> protected SqlString ToWhereString(string[] columnNames, object[] columnValues, string op) { --- 45,49 ---- /// <param name="columnNames">The names of the Columns to Add to the WhereFragment</param> /// <param name="columnValues">The Values for the Columns in the WhereFragment</param> ! /// <param name="op">The operator to use between the names & values. For example " = " or "!="</param> /// <returns>A SqlString that contains the WhereFragment</returns> protected SqlString ToWhereString(string[] columnNames, object[] columnValues, string op) { *************** *** 57,61 **** /// <param name="columnNames">The names of the Columns to Add to the WhereFragment</param> /// <param name="columnValues">The Values for the Columns in the WhereFragment</param> ! /// <param name="op">The operator to use between the names & values. For example " = " or "!="</param> /// <returns>A SqlString that contains the WhereFragment</returns> protected SqlString ToWhereString(string tableAlias, string[] columnNames, object[] columnValues, string op) { --- 57,61 ---- /// <param name="columnNames">The names of the Columns to Add to the WhereFragment</param> /// <param name="columnValues">The Values for the Columns in the WhereFragment</param> ! /// <param name="op">The operator to use between the names & values. For example " = " or "!="</param> /// <returns>A SqlString that contains the WhereFragment</returns> protected SqlString ToWhereString(string tableAlias, string[] columnNames, object[] columnValues, string op) { |