Share via


SqlServerEntityTypeAnnotations.SetIsMemoryOptimized(Boolean) Method

Definition

Attempts to set memory optimization.

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

Parameters

value
Boolean

The value to set.

Returns

True if the annotation was set; false otherwise.

Applies to