Share via


SqlServerModelAnnotations.SetHiLoSequenceName(String) Method

Definition

Attempts to set the sequence name to use with ForSqlServerUseSequenceHiLo(PropertyBuilder, String, String)

protected virtual bool SetHiLoSequenceName (string value);
abstract member SetHiLoSequenceName : string -> bool
override this.SetHiLoSequenceName : string -> bool
Protected Overridable Function SetHiLoSequenceName (value As String) As Boolean

Parameters

value
String

The value to set.

Returns

True if the annotation was set; false otherwise.

Applies to