Skip to content

Commit

Permalink
Update src/EFCore.Relational/Extensions/RelationalPropertyExtensions.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Andriy Svyryd <AndriySvyryd@users.noreply.github.com>
  • Loading branch information
roji and AndriySvyryd authored Sep 3, 2021
1 parent bf1e930 commit bf7b900
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ public static void SetDefaultValue(this IMutableProperty property, object? value
=> (bool?)property.FindAnnotation(RelationalAnnotationNames.IsFixedLength)?.Value;

/// <summary>
/// Returns a flag indicating if the property is capable of storing only fixed-length data, such as strings.
/// Returns a flag indicating whether the property is capable of storing only fixed-length data, such as strings.
/// </summary>
/// <param name="property"> The property. </param>
/// <param name="storeObject"> The identifier of the table-like store object containing the column. </param>
Expand Down

0 comments on commit bf7b900

Please sign in to comment.