다음을 통해 공유


IReadOnlyEntityType.GetSeedData(Boolean) 메서드

정의

지정된 엔터티 형식의 모델에 저장된 데이터를 가져옵니다.

public System.Collections.Generic.IEnumerable<System.Collections.Generic.IDictionary<string,object?>> GetSeedData (bool providerValues = false);
abstract member GetSeedData : bool -> seq<System.Collections.Generic.IDictionary<string, obj>>
Public Function GetSeedData (Optional providerValues As Boolean = false) As IEnumerable(Of IDictionary(Of String, Object))

매개 변수

providerValues
Boolean

이 경우 true 값 변환기가 있는 속성에 대해 공급자 값이 반환됩니다.

반환

데이터입니다.

적용 대상