IConventionProperty.IsImplicitlyCreated Method

Definition

Returns a value indicating whether the property was created implicitly and isn't based on the CLR model.

public virtual bool IsImplicitlyCreated ();
abstract member IsImplicitlyCreated : unit -> bool
override this.IsImplicitlyCreated : unit -> bool
Public Overridable Function IsImplicitlyCreated () As Boolean

Returns

A value indicating whether the property was created implicitly and isn't based on the CLR model.

Applies to