RuntimeProperty.IReadOnlyProperty.GetBeforeSaveBehavior Method

Definition

Gets a value indicating whether or not this property can be modified before the entity is saved to the database.

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.PropertySaveBehavior IReadOnlyProperty.GetBeforeSaveBehavior ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.GetBeforeSaveBehavior : unit -> Microsoft.EntityFrameworkCore.Metadata.PropertySaveBehavior
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.GetBeforeSaveBehavior : unit -> Microsoft.EntityFrameworkCore.Metadata.PropertySaveBehavior
Function GetBeforeSaveBehavior () As PropertySaveBehavior Implements IReadOnlyProperty.GetBeforeSaveBehavior

Returns

The before save behavior for this property.

Implements

Attributes

Applies to