SqlServerModelExtensions.GetIdentitySeedConfigurationSource 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 ConfigurationSource 默认架构的 。
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIdentitySeedConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model);
static member GetIdentitySeedConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIdentitySeedConfigurationSource (model As IConventionModel) As Nullable(Of ConfigurationSource)
参数
- model
- IConventionModel
模型。
返回
ConfigurationSource默认架构的 。