다음을 통해 공유


RelationalTypeMappingConfigurationBuilderExtensions.IsFixedLength 메서드

정의

오버로드

IsFixedLength(TypeMappingConfigurationBuilder, Boolean)

스칼라를 문자열과 같은 고정 길이 데이터만 저장할 수 있는 것으로 구성합니다.

IsFixedLength<TScalar>(TypeMappingConfigurationBuilder<TScalar>, Boolean)

스칼라를 문자열과 같은 고정 길이 데이터만 저장할 수 있는 것으로 구성합니다.

IsFixedLength(TypeMappingConfigurationBuilder, Boolean)

스칼라를 문자열과 같은 고정 길이 데이터만 저장할 수 있는 것으로 구성합니다.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.TypeMappingConfigurationBuilder IsFixedLength (this Microsoft.EntityFrameworkCore.Metadata.Builders.TypeMappingConfigurationBuilder scalarBuilder, bool fixedLength = true);
static member IsFixedLength : Microsoft.EntityFrameworkCore.Metadata.Builders.TypeMappingConfigurationBuilder * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.TypeMappingConfigurationBuilder
<Extension()>
Public Function IsFixedLength (scalarBuilder As TypeMappingConfigurationBuilder, Optional fixedLength As Boolean = true) As TypeMappingConfigurationBuilder

매개 변수

scalarBuilder
TypeMappingConfigurationBuilder

구성 중인 스칼라에 대한 작성기입니다.

fixedLength
Boolean

스칼라가 고정 길이 값으로 제한되는지 여부를 나타내는 값입니다.

반환

동일한 작성기가 여러 구성 호출을 연결할 수 있도록 instance.

설명

자세한 내용 과 예제는 엔터티 형식 및 관계 모델링 을 참조하세요.

적용 대상

IsFixedLength<TScalar>(TypeMappingConfigurationBuilder<TScalar>, Boolean)

스칼라를 문자열과 같은 고정 길이 데이터만 저장할 수 있는 것으로 구성합니다.

public static Microsoft.EntityFrameworkCore.Metadata.Builders.TypeMappingConfigurationBuilder<TScalar> IsFixedLength<TScalar> (this Microsoft.EntityFrameworkCore.Metadata.Builders.TypeMappingConfigurationBuilder<TScalar> scalarBuilder, bool fixedLength = true);
static member IsFixedLength : Microsoft.EntityFrameworkCore.Metadata.Builders.TypeMappingConfigurationBuilder<'Scalar> * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.TypeMappingConfigurationBuilder<'Scalar>
<Extension()>
Public Function IsFixedLength(Of TScalar) (scalarBuilder As TypeMappingConfigurationBuilder(Of TScalar), Optional fixedLength As Boolean = true) As TypeMappingConfigurationBuilder(Of TScalar)

형식 매개 변수

TScalar

구성되는 스칼라의 형식입니다.

매개 변수

scalarBuilder
TypeMappingConfigurationBuilder<TScalar>

구성 중인 스칼라에 대한 작성기입니다.

fixedLength
Boolean

스칼라가 고정 길이 값으로 제한되는지 여부를 나타내는 값입니다.

반환

동일한 작성기가 여러 구성 호출을 연결할 수 있도록 instance.

설명

자세한 내용 과 예제는 엔터티 형식 및 관계 모델링 을 참조하세요.

적용 대상