次の方法で共有


MutablePropertyExtensions.SetTypeMapping メソッド

定義

指定したプロパティの を設定します。CoreTypeMapping

public static Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping SetTypeMapping (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping typeMapping);
static member SetTypeMapping : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping -> Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping
<Extension()>
Public Function SetTypeMapping (property As IMutableProperty, typeMapping As CoreTypeMapping) As CoreTypeMapping

パラメーター

property
IMutableProperty

プロパティ。

typeMapping
CoreTypeMapping

CoreTypeMappingこのプロパティの 。

戻り値

適用対象