/// <summary> /// Removes identity sequence options from the property. /// </summary> public static void RemoveIdentityOptions([NotNull] this IMutableProperty property) => property.RemoveAnnotation(NpgsqlAnnotationNames.IdentityOptions);
public static IMutableProperty RemoveStartDateColumn(this IMutableProperty property) { property.RemoveAnnotation(TemporalAnnotationNames.SysStartDate); return(property); }