Share via


SqlServerIndexAnnotations.SetInclude(IReadOnlyList<String>) Method

Definition

Attempts to set included property names using the semantics of the RelationalAnnotations in use.

protected virtual bool SetInclude (System.Collections.Generic.IReadOnlyList<string> properties);
abstract member SetInclude : System.Collections.Generic.IReadOnlyList<string> -> bool
override this.SetInclude : System.Collections.Generic.IReadOnlyList<string> -> bool
Protected Overridable Function SetInclude (properties As IReadOnlyList(Of String)) As Boolean

Parameters

properties
IReadOnlyList<String>

The value to set.

Returns

True if the annotation was set; false otherwise.

Applies to