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)
FindOverrides(IConventionProperty, StoreObjectIdentifier)
FindSharedStoreObjectRootProperty(IConventionProperty, StoreObjectIdentifier)
GetCollationConfigurationSource(IConventionProperty)
GetColumnNameConfigurationSource(IConventionProperty)
GetColumnNameConfigurationSource(IConventionProperty, StoreObjectIdentifier)
GetColumnOrderConfigurationSource(IConventionProperty)
GetColumnTypeConfigurationSource(IConventionProperty)
GetCommentConfigurationSource(IConventionProperty)
GetComputedColumnSqlConfigurationSource(IConventionProperty)
GetDefaultConstraintNameConfigurationSource(IConventionProperty)
GetDefaultValueConfigurationSource(IConventionProperty)
GetDefaultValueSqlConfigurationSource(IConventionProperty)
GetFullTextSearchLanguageConfigurationSource(IConventionProperty)
GetHiLoSequenceNameConfigurationSource(IConventionProperty)
GetHiLoSequenceSchemaConfigurationSource(IConventionProperty)
GetIdentityIncrementConfigurationSource(IConventionProperty)
GetIdentityIncrementConfigurationSource(IConventionProperty, StoreObjectIdentifier)
GetIdentitySeedConfigurationSource(IConventionProperty)
GetIdentitySeedConfigurationSource(IConventionProperty, StoreObjectIdentifier)
GetIsFixedLengthConfigurationSource(IConventionProperty)
GetIsFullTextSearchEnabledConfigurationSource(IConventionProperty)
GetIsSparseConfigurationSource(IConventionProperty)
GetIsStoredConfigurationSource(IConventionProperty)
GetJsonPropertyNameConfigurationSource(IConventionProperty)
GetJsonPropertyNameConfigurationSource(IConventionProperty)
GetOrCreateOverrides(IConventionProperty, StoreObjectIdentifier, Boolean)
GetOverrides(IConventionProperty)
GetSequenceNameConfigurationSource(IConventionProperty)
GetSequenceSchemaConfigurationSource(IConventionProperty)
GetSridConfigurationSource(IConventionProperty)
GetValueGenerationStrategyConfigurationSource(IConventionProperty)
GetValueGenerationStrategyConfigurationSource(IConventionProperty)
GetValueGenerationStrategyConfigurationSource(IConventionProperty, StoreObjectIdentifier)
GetValueGenerationStrategyConfigurationSource(IConventionProperty, StoreObjectIdentifier)
GetVectorDimensionsConfigurationSource(IConventionProperty)
GetVectorDistanceFunctionConfigurationSource(IConventionProperty)
RemoveOverrides(IConventionProperty, StoreObjectIdentifier)
SetCollation(IConventionProperty, String, Boolean)
SetColumnName(IConventionProperty, String, Boolean)
SetColumnName(IConventionProperty, String, StoreObjectIdentifier, Boolean)
SetColumnOrder(IConventionProperty, Int32?, Boolean)
SetColumnType(IConventionProperty, String, Boolean)
SetComment(IConventionProperty, String, Boolean)
SetComputedColumnSql(IConventionProperty, String, Boolean)
SetDefaultConstraintName(IConventionProperty, String, Boolean)
SetDefaultValue(IConventionProperty, Object, Boolean)
SetDefaultValueSql(IConventionProperty, String, Boolean)
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)
SetIsFixedLength(IConventionProperty, Boolean?, Boolean)
SetIsFullTextSearchEnabled(IConventionProperty, Nullable<Boolean>, Boolean)
SetIsSparse(IConventionProperty, Boolean?, Boolean)
SetIsStored(IConventionProperty, Boolean?, Boolean)
SetJsonPropertyName(IConventionProperty, String, 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)
net11.0
namespace Microsoft.EntityFrameworkCore
{
public static class SqlitePropertyExtensions
{
public static ConfigurationSource? GetSridConfigurationSource(this IConventionProperty! property);
}
}
| .NET | 10.011.0 |
|---|---|
Information specific to net11.0 | |
| Assemblies | Microsoft.EntityFrameworkCore.Sqlite , Version=10.0.5.0, PublicKeyToken=adb9793829ddae60 Microsoft.EntityFrameworkCore.Sqlite , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.Sqlite.Core (10.0.5) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API