次の方法で共有


RelationalTypeMapper.GetStringMapping(IProperty) メソッド

定義

指定された文字列プロパティのリレーショナル データベースの種類を取得します。

protected virtual Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping GetStringMapping (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member GetStringMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
override this.GetStringMapping : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Protected Overridable Function GetStringMapping (property As IProperty) As RelationalTypeMapping

パラメーター

property
IProperty

マッピングを取得するプロパティ。

戻り値

使用する型マッピング。

適用対象