共用方式為


IByteArrayRelationalTypeMapper.FindMapping 方法

定義

取得屬性的對應。

public Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping FindMapping (bool rowVersion, bool keyOrIndex, int? size);
abstract member FindMapping : bool * bool * Nullable<int> -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Public Function FindMapping (rowVersion As Boolean, keyOrIndex As Boolean, size As Nullable(Of Integer)) As RelationalTypeMapping

參數

rowVersion
Boolean

值,指出屬性是否要當做資料列版本使用。

keyOrIndex
Boolean

值,指出屬性是否做為索引鍵和/或索引。

size
Nullable<Int32>

屬性的設定長度,如果未系結則為 null。

傳回

要用於屬性的對應。

適用於