Share via


RuntimeElementType.GetJsonValueReaderWriter Method

Definition

Gets the type of JsonValueReaderWriter<TValue> to use for elements of the collection.

public virtual Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter? GetJsonValueReaderWriter ();
abstract member GetJsonValueReaderWriter : unit -> Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter
override this.GetJsonValueReaderWriter : unit -> Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter
Public Overridable Function GetJsonValueReaderWriter () As JsonValueReaderWriter

Returns

The reader/writer, or null if none has been set.

Implements

Applies to