简体   繁体   English

dbo.aspnet_schemaversions表到底做什么?

[英]What does the dbo.aspnet_schemaversions table exactly do?

I tried googling for an answer but I didn't find any direct reference. 我尝试使用Google搜索来寻找答案,但没有找到任何直接参考。 I know it's part of the membership provider. 我知道这是会员提供者的一部分。 However, I don't find any relationships with other tables. 但是,我找不到与其他表的任何关系。 No foreign key or dependencies or anything. 没有外键或依赖项或任何东西。 Only a couple of stored procedures depend on the table, and are those that insert, update and delete from the table. 只有几个存储过程依赖于表,并且是那些插入,更新和从表中删除的存储过程。

Thanks a lot! 非常感谢!

I also was looking into this when I came across this post. 当我看到这篇文章时,我也在研究这个。 In my research I came across the the following link that has answered my questions. 在我的研究中,我遇到了以下链接,这些链接已经回答了我的问题。 I hope it helps. 希望对您有所帮助。

http://www.adivo.com/samples/database/aspnetdb/TB-ASPNETDB-aspnet_SchemaVersions.htm http://www.adivo.com/samples/database/aspnetdb/TB-ASPNETDB-aspnet_SchemaVersions.htm

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 调用Dispose到底能做什么? - What exactly does calling Dispose do? Hasmorepages PrintPageEventArgs属性到底能做什么? - What does Hasmorepages PrintPageEventArgs property do exactly? 到底是什么 <Expander Header=“{Binding}”> 做? - What does exactly <Expander Header=“{Binding}”> do? 什么是“throw new NotImplementedException();” 到底是做什么的? - What does “throw new NotImplementedException();” do exactly? EntityClient提供商 - 它究竟做了什么? - EntityClient Provider - What exactly does it do? .NET 核心:MethodImplOptions.AggressiveOptimization 到底是做什么的? - .NET Core: What does MethodImplOptions.AggressiveOptimization exactly do? CompositionContainer.ComposeExportedValue方法到底能做什么? - what exactly does CompositionContainer.ComposeExportedValue method do? Table.dbo对象? - Table.dbo object? 在Newtonsoft.json中,ReferenceLoopHandling.Ignore究竟做了什么? - What does ReferenceLoopHandling.Ignore in Newtonsoft.json exactly do? 项目模板中的&lt;%#DataBinder.Eval(Container.DataItem,“ColumnName”)%&gt;到底是做什么的? - What does <%# DataBinder.Eval(Container.DataItem,“ColumnName”) %> in the Item Template do exactly?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM