Share via


IMutableElementType.SetTypeMapping(CoreTypeMapping) Method

Definition

Sets the CoreTypeMapping for the given element.

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 element.

Applies to