다음을 통해 공유


RelationalPropertyExtensions.TryGetDefaultValue 메서드

정의

오버로드

TryGetDefaultValue(IReadOnlyProperty, Object)

이 속성이 매핑된 열의 기본값으로 사용되는 개체를 반환합니다.

TryGetDefaultValue(IReadOnlyProperty, StoreObjectIdentifier, Object)

이 속성이 매핑된 열의 기본값으로 사용되는 개체를 반환합니다.

TryGetDefaultValue(IReadOnlyProperty, Object)

이 속성이 매핑된 열의 기본값으로 사용되는 개체를 반환합니다.

public static bool TryGetDefaultValue (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, out object? defaultValue);
static member TryGetDefaultValue : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * obj -> bool
<Extension()>
Public Function TryGetDefaultValue (property As IReadOnlyProperty, ByRef defaultValue As Object) As Boolean

매개 변수

property
IReadOnlyProperty

속성입니다.

defaultValue
Object

명시적 기본값이 설정되지 않은 경우 기본값 또는 CLR 기본값입니다.

반환

true 기본값이 명시적으로 설정되었으면 이고, false 그렇지 않으면.

적용 대상

TryGetDefaultValue(IReadOnlyProperty, StoreObjectIdentifier, Object)

이 속성이 매핑된 열의 기본값으로 사용되는 개체를 반환합니다.

public static bool TryGetDefaultValue (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject, out object? defaultValue);
static member TryGetDefaultValue : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier * obj -> bool
<Extension()>
Public Function TryGetDefaultValue (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier, ByRef defaultValue As Object) As Boolean

매개 변수

property
IReadOnlyProperty

속성입니다.

storeObject
StoreObjectIdentifier

열을 포함하는 테이블과 유사한 저장소 개체의 식별자입니다.

defaultValue
Object

명시적 기본값이 설정되지 않은 경우 기본값 또는 CLR 기본값입니다.

반환

true 기본값이 명시적으로 설정되었으면 이고, false 그렇지 않으면.

적용 대상