Skip to content

Commit 7cfed68

Browse files
PhenXCopilot
andauthored
Improve comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f8a5c62 commit 7cfed68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PhenX.EntityFrameworkCore.BulkInsert/Dialect/SqlDialectBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ private string ToSqlExpression<TEntity>(DbContext context, TableMetadata table,
416416
/// This handles both simple properties (e.g., excluded.Name) and complex properties (e.g., excluded.ComplexObject.Property).
417417
/// </summary>
418418
/// <param name="memberExpr">The member expression to traverse.</param>
419-
/// <returns>The root parameter expression if found; otherwise, null if the chain contains unsupported expression types.</returns>
419+
/// <returns>The root parameter expression if found; otherwise, null if the expression chain doesn't contain a parameter.</returns>
420420
private static ParameterExpression? GetRootParameter(MemberExpression memberExpr)
421421
{
422422
Expression? current = memberExpr.Expression;

0 commit comments

Comments
 (0)