Dela via


RelationalModelAnnotations.SetMaxIdentifierLength Method

Definition

Attempts to set the MaxIdentifierLength using the semantics of the RelationalAnnotations in use.

protected virtual bool SetMaxIdentifierLength (int? value);
abstract member SetMaxIdentifierLength : Nullable<int> -> bool
override this.SetMaxIdentifierLength : Nullable<int> -> bool
Protected Overridable Function SetMaxIdentifierLength (value As Nullable(Of Integer)) As Boolean

Parameters

value
Nullable<Int32>

The value to set.

Returns

True if the annotation was set; false otherwise.

Applies to