IMutableProperty.SetTypeMapping(CoreTypeMapping) Method

Definition

Sets the CoreTypeMapping for the given property

public void SetTypeMapping (Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping typeMapping);
abstract member SetTypeMapping : Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping -> unit
Public Sub SetTypeMapping (typeMapping As CoreTypeMapping)

Parameters

typeMapping
CoreTypeMapping

The CoreTypeMapping for this property.

Applies to