ReferenceOwnershipBuilder.HasData(Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures this entity to have seed data. It is used to generate data motion migrations.
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.DataBuilder HasData (params object[] data);
abstract member HasData : obj[] -> Microsoft.EntityFrameworkCore.Metadata.Builders.DataBuilder
override this.HasData : obj[] -> Microsoft.EntityFrameworkCore.Metadata.Builders.DataBuilder
Public Overridable Function HasData (ParamArray data As Object()) As DataBuilder
Parameters
- data
- Object[]
An array of seed data represented by anonymous types.
Returns
An object that can be used to configure the model data.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework