다음을 통해 공유


SqliteComplexTypePropertyBuilderExtensions 클래스

정의

에 대한 SQLite 관련 확장 메서드입니다 ComplexTypePropertyBuilder.

public static class SqliteComplexTypePropertyBuilderExtensions
type SqliteComplexTypePropertyBuilderExtensions = class
Public Module SqliteComplexTypePropertyBuilderExtensions
상속
SqliteComplexTypePropertyBuilderExtensions

설명

자세한 내용 과 예제는 엔터티 형식 및 관계 모델링EF Core를 사용하여 SQLite 데이터베이스 액세스를 참조하세요.

메서드

HasSrid(ComplexTypePropertyBuilder, Int32)

SQLite를 대상으로 지정할 때 속성이 매핑하는 열의 SRID를 구성합니다.

HasSrid<TProperty>(ComplexTypePropertyBuilder<TProperty>, Int32)

SQLite를 대상으로 지정할 때 속성이 매핑하는 열의 SRID를 구성합니다.

적용 대상