/// <summary> /// Removes all identity sequence annotations from the property. /// </summary> public static void RemoveHiLoOptions([NotNull] this IMutableProperty property) { property.SetHiLoSequenceName(null); property.SetHiLoSequenceSchema(null); }