MigrationsSqlGenerator.DefaultValue 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
DefaultValue(Object, String, MigrationCommandListBuilder) |
열의 기본 제약 조건에 대한 SQL 조각을 생성합니다. |
DefaultValue(Object, String, String, MigrationCommandListBuilder) |
열의 기본 제약 조건에 대한 SQL 조각을 생성합니다. |
DefaultValue(Object, String, MigrationCommandListBuilder)
- Source:
- MigrationsSqlGenerator.cs
- Source:
- MigrationsSqlGenerator.cs
열의 기본 제약 조건에 대한 SQL 조각을 생성합니다.
protected virtual void DefaultValue (object defaultValue, string defaultValueSql, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
abstract member DefaultValue : obj * string * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
override this.DefaultValue : obj * string * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overridable Sub DefaultValue (defaultValue As Object, defaultValueSql As String, builder As MigrationCommandListBuilder)
매개 변수
- defaultValue
- Object
열의 기본값입니다.
- defaultValueSql
- String
열의 기본 제약 조건에 사용할 SQL 식입니다.
- builder
- MigrationCommandListBuilder
SQL 조각을 추가하는 데 사용할 명령 작성기입니다.
적용 대상
DefaultValue(Object, String, String, MigrationCommandListBuilder)
- Source:
- MigrationsSqlGenerator.cs
- Source:
- MigrationsSqlGenerator.cs
- Source:
- MigrationsSqlGenerator.cs
- Source:
- MigrationsSqlGenerator.cs
- Source:
- MigrationsSqlGenerator.cs
- Source:
- MigrationsSqlGenerator.cs
- Source:
- MigrationsSqlGenerator.cs
열의 기본 제약 조건에 대한 SQL 조각을 생성합니다.
protected virtual void DefaultValue (object defaultValue, string defaultValueSql, string columnType, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
protected virtual void DefaultValue (object? defaultValue, string? defaultValueSql, string? columnType, Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder builder);
abstract member DefaultValue : obj * string * string * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
override this.DefaultValue : obj * string * string * Microsoft.EntityFrameworkCore.Migrations.MigrationCommandListBuilder -> unit
Protected Overridable Sub DefaultValue (defaultValue As Object, defaultValueSql As String, columnType As String, builder As MigrationCommandListBuilder)
매개 변수
- defaultValue
- Object
열의 기본값입니다.
- defaultValueSql
- String
열의 기본 제약 조건에 사용할 SQL 식입니다.
- columnType
- String
열의 저장소/데이터베이스 형식입니다.
- builder
- MigrationCommandListBuilder
SQL 조각을 추가하는 데 사용할 명령 작성기입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Entity Framework