コード例 #1
0
 /// <summary>
 /// Returns a <see cref="System.String" /> that represents this instance.
 /// </summary>
 /// <param name="dialect">The dialect.</param>
 /// <returns>
 /// A <see cref="System.String" /> that represents this instance.
 /// </returns>
 public string ToString(SqlDialect dialect)
 {
     return(dialect.BuildUpdateStatement(this));
 }