다음을 통해 공유


RelationalTypeMapping.WithStoreTypeAndSize 메서드

정의

이 매핑의 복사본을 만듭니다.

public virtual Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping WithStoreTypeAndSize (string storeType, int? size);
abstract member WithStoreTypeAndSize : string * Nullable<int> -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
override this.WithStoreTypeAndSize : string * Nullable<int> -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Public Overridable Function WithStoreTypeAndSize (storeType As String, size As Nullable(Of Integer)) As RelationalTypeMapping

매개 변수

storeType
String

데이터베이스 형식의 이름입니다.

size
Nullable<Int32>

속성이 저장하도록 구성된 데이터의 크기이거나, 크기가 구성되지 않은 경우 null입니다.

반환

새로 만든 매핑입니다.

적용 대상