IConventionProperty
Builder
DeclaringEntityType
FindContainingPrimaryKey()
FindFirstPrincipal()
GetAfterSaveBehaviorConfigurationSource()
GetBeforeSaveBehaviorConfigurationSource()
GetContainingForeignKeys()
GetContainingIndexes()
GetContainingKeys()
GetElementType()
GetElementTypeConfigurationSource()
GetIsConcurrencyTokenConfigurationSource()
GetIsNullableConfigurationSource()
GetIsUnicodeConfigurationSource()
GetJsonValueReaderWriterTypeConfigurationSource()
GetMaxLengthConfigurationSource()
GetPrecisionConfigurationSource()
GetPrincipals()
GetProviderClrTypeConfigurationSource()
GetProviderValueComparerConfigurationSource()
GetScaleConfigurationSource()
GetSentinelConfigurationSource()
GetTypeConfigurationSource()
GetTypeMappingConfigurationSource()
GetValueComparerConfigurationSource()
GetValueConverterConfigurationSource()
GetValueGeneratedConfigurationSource()
GetValueGeneratorFactoryConfigurationSource()
IsImplicitlyCreated()
SetAfterSaveBehavior(PropertySaveBehavior?, Boolean)
SetBeforeSaveBehavior(PropertySaveBehavior?, Boolean)
SetElementType(Type, Boolean)
SetIsConcurrencyToken(Boolean?, Boolean)
SetIsNullable(Boolean?, Boolean)
SetIsUnicode(Boolean?, Boolean)
SetJsonValueReaderWriterType(Type, Boolean)
SetMaxLength(Int32?, Boolean)
SetPrecision(Int32?, Boolean)
SetProviderClrType(Type, Boolean)
SetProviderValueComparer(Type, Boolean)
SetProviderValueComparer(ValueComparer, Boolean)
SetScale(Int32?, Boolean)
SetSentinel(Object, Boolean)
SetTypeMapping(CoreTypeMapping, Boolean)
SetValueComparer(Type, Boolean)
SetValueComparer(ValueComparer, Boolean)
SetValueConverter(Type, Boolean)
SetValueConverter(ValueConverter, Boolean)
SetValueGenerated(ValueGenerated?, Boolean)
SetValueGeneratorFactory(Type, Boolean)
SetValueGeneratorFactory(Func<IProperty, ITypeBase, ValueGenerator>, Boolean)
GetFullTextSearchLanguageConfigurationSource(IConventionProperty)
GetHiLoSequenceNameConfigurationSource(IConventionProperty)
GetHiLoSequenceSchemaConfigurationSource(IConventionProperty)
GetIdentityIncrementConfigurationSource(IConventionProperty)
GetIdentityIncrementConfigurationSource(IConventionProperty, StoreObjectIdentifier)
GetIdentitySeedConfigurationSource(IConventionProperty)
GetIdentitySeedConfigurationSource(IConventionProperty, StoreObjectIdentifier)
GetIsFullTextSearchEnabledConfigurationSource(IConventionProperty)
GetIsSparseConfigurationSource(IConventionProperty)
GetJsonPropertyNameConfigurationSource(IConventionProperty)
GetSequenceNameConfigurationSource(IConventionProperty)
GetSequenceSchemaConfigurationSource(IConventionProperty)
GetSridConfigurationSource(IConventionProperty)
GetValueGenerationStrategyConfigurationSource(IConventionProperty)
GetValueGenerationStrategyConfigurationSource(IConventionProperty)
GetValueGenerationStrategyConfigurationSource(IConventionProperty, StoreObjectIdentifier)
GetValueGenerationStrategyConfigurationSource(IConventionProperty, StoreObjectIdentifier)
GetVectorDimensionsConfigurationSource(IConventionProperty)
GetVectorDistanceFunctionConfigurationSource(IConventionProperty)
SetFullTextSearchLanguage(IConventionProperty, String, Boolean)
SetHiLoSequenceName(IConventionProperty, String, Boolean)
SetHiLoSequenceSchema(IConventionProperty, String, Boolean)
SetIdentityIncrement(IConventionProperty, Int32?, Boolean)
SetIdentityIncrement(IConventionProperty, Int32?, StoreObjectIdentifier, Boolean)
SetIdentitySeed(IConventionProperty, Int64?, Boolean)
SetIdentitySeed(IConventionProperty, Int64?, StoreObjectIdentifier, Boolean)
SetIsFullTextSearchEnabled(IConventionProperty, Nullable<Boolean>, Boolean)
SetIsSparse(IConventionProperty, Boolean?, Boolean)
SetJsonPropertyName(IConventionProperty, String, Boolean)
SetSequenceName(IConventionProperty, String, Boolean)
SetSequenceSchema(IConventionProperty, String, Boolean)
SetSrid(IConventionProperty, Int32?, Boolean)
SetValueGenerationStrategy(IConventionProperty, SqliteValueGenerationStrategy?, Boolean)
SetValueGenerationStrategy(IConventionProperty, SqlServerValueGenerationStrategy?, Boolean)
SetValueGenerationStrategy(IConventionProperty, SqliteValueGenerationStrategy?, StoreObjectIdentifier, Boolean)
SetValueGenerationStrategy(IConventionProperty, SqlServerValueGenerationStrategy?, StoreObjectIdentifier, Boolean)
SetVectorDimensions(IConventionProperty, Nullable<Int32>, Boolean)
SetVectorDistanceFunction(IConventionProperty, Nullable<DistanceFunction>, Boolean)
net10.0
namespace Microsoft.EntityFrameworkCore
{
public static class CosmosPropertyExtensions : Object
{
public static Nullable<ConfigurationSource!>! GetVectorDistanceFunctionConfigurationSource(this IConventionProperty! property);
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore.Cosmos , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.Cosmos (10.0.1) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API