다음을 통해 공유


MigrationsSqlGenerator.DefaultValue 메서드

정의

오버로드

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 조각을 추가하는 데 사용할 명령 작성기입니다.

적용 대상