QueryTypeBuilder
QueryTypeBuilder(InternalEntityTypeBuilder)
Metadata
Equals(Object)
GetHashCode()
HasAnnotation(String, Object)
HasBaseType(String)
HasBaseType(Type)
HasOne(String, String)
HasOne(Type, String)
HasQueryFilter(LambdaExpression)
Ignore(String)
Property(String)
Property(Type, String)
Property<TProperty>(String)
ToString()
UsePropertyAccessMode(PropertyAccessMode)
HasDiscriminator(QueryTypeBuilder)
HasDiscriminator(QueryTypeBuilder, String, Type)
HasDiscriminator<TDiscriminator>(QueryTypeBuilder, String)
ToView(QueryTypeBuilder, String)
ToView(QueryTypeBuilder, String, String)
netcoreapp2.2
namespace Microsoft.EntityFrameworkCore.Metadata.Builders
{
public class QueryTypeBuilder : IInfrastructure<IMutableModel>, IInfrastructure<InternalEntityTypeBuilder>
{
public virtual ReferenceNavigationBuilder HasOne(string relatedTypeName, string navigationName = null);
}
}
.NET Core | 2.12.2 |
---|---|
Information specific to netcoreapp2.2 | |
Assembly | Microsoft.EntityFrameworkCore , Version=2.2.6.0, PublicKeyToken=adb9793829ddae60 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API