Share via


RelationalOptionsExtension.ParameterizedCollectionTranslationMode Property

Definition

Configured translation mode for parameterized collections.

public virtual Microsoft.EntityFrameworkCore.Internal.ParameterizedCollectionTranslationMode? ParameterizedCollectionTranslationMode { get; }
member this.ParameterizedCollectionTranslationMode : Nullable<Microsoft.EntityFrameworkCore.Internal.ParameterizedCollectionTranslationMode>
Public Overridable ReadOnly Property ParameterizedCollectionTranslationMode As Nullable(Of ParameterizedCollectionTranslationMode)

Property Value

Nullable<Microsoft.EntityFrameworkCore.Internal.ParameterizedCollectionTranslationMode>

Applies to