RelationalPropertyExtensions
FindColumn(IProperty, StoreObjectIdentifier)
FindOverrides(IConventionProperty, StoreObjectIdentifier)
FindOverrides(IMutableProperty, StoreObjectIdentifier)
FindOverrides(IProperty, StoreObjectIdentifier)
FindOverrides(IReadOnlyProperty, StoreObjectIdentifier)
FindRelationalTypeMapping(IReadOnlyProperty)
FindRelationalTypeMapping(IReadOnlyProperty, StoreObjectIdentifier)
FindSharedStoreObjectRootProperty(IConventionProperty, StoreObjectIdentifier)
FindSharedStoreObjectRootProperty(IMutableProperty, StoreObjectIdentifier)
FindSharedStoreObjectRootProperty(IProperty, StoreObjectIdentifier)
FindSharedStoreObjectRootProperty(IReadOnlyProperty, StoreObjectIdentifier)
GetCollation(IReadOnlyProperty)
GetCollation(IReadOnlyProperty, StoreObjectIdentifier)
GetCollationConfigurationSource(IConventionProperty)
GetColumnBaseName(IReadOnlyProperty)
GetColumnName(IReadOnlyProperty)
GetColumnName(IReadOnlyProperty, StoreObjectIdentifier)
GetColumnNameConfigurationSource(IConventionProperty)
GetColumnNameConfigurationSource(IConventionProperty, StoreObjectIdentifier)
GetColumnOrder(IReadOnlyProperty)
GetColumnOrder(IReadOnlyProperty, StoreObjectIdentifier)
GetColumnOrderConfigurationSource(IConventionProperty)
GetColumnType(IProperty)
GetColumnType(IReadOnlyProperty)
GetColumnType(IProperty, StoreObjectIdentifier)
GetColumnType(IReadOnlyProperty, StoreObjectIdentifier)
GetColumnTypeConfigurationSource(IConventionProperty)
GetComment(IReadOnlyProperty)
GetComment(IReadOnlyProperty, StoreObjectIdentifier)
GetCommentConfigurationSource(IConventionProperty)
GetComputedColumnSql(IReadOnlyProperty)
GetComputedColumnSql(IReadOnlyProperty, StoreObjectIdentifier)
GetComputedColumnSqlConfigurationSource(IConventionProperty)
GetDefaultColumnBaseName(IReadOnlyProperty)
GetDefaultColumnMappings(IProperty)
GetDefaultColumnName(IReadOnlyProperty)
GetDefaultColumnName(IReadOnlyProperty, StoreObjectIdentifier)
GetDefaultValue(IReadOnlyProperty)
GetDefaultValue(IReadOnlyProperty, StoreObjectIdentifier)
GetDefaultValueConfigurationSource(IConventionProperty)
GetDefaultValueSql(IReadOnlyProperty)
GetDefaultValueSql(IReadOnlyProperty, StoreObjectIdentifier)
GetDefaultValueSqlConfigurationSource(IConventionProperty)
GetDeleteStoredProcedureParameterMappings(IProperty)
GetFunctionColumnMappings(IProperty)
GetInsertStoredProcedureParameterMappings(IProperty)
GetInsertStoredProcedureResultColumnMappings(IProperty)
GetIsFixedLengthConfigurationSource(IConventionProperty)
GetIsStored(IReadOnlyProperty)
GetIsStored(IReadOnlyProperty, StoreObjectIdentifier)
GetIsStoredConfigurationSource(IConventionProperty)
GetJsonPropertyName(IReadOnlyProperty)
GetJsonPropertyNameConfigurationSource(IConventionProperty)
GetMappedStoreObjects(IReadOnlyProperty, StoreObjectType)
GetMaxLength(IReadOnlyProperty, StoreObjectIdentifier)
GetOrCreateOverrides(IMutableProperty, StoreObjectIdentifier)
GetOrCreateOverrides(IConventionProperty, StoreObjectIdentifier, Boolean)
GetOverrides(IConventionProperty)
GetOverrides(IMutableProperty)
GetOverrides(IProperty)
GetOverrides(IReadOnlyProperty)
GetPrecision(IReadOnlyProperty, StoreObjectIdentifier)
GetReaderFieldValue(IProperty, RelationalDataReader, Int32, Boolean)
GetRelationalTypeMapping(IReadOnlyProperty)
GetScale(IReadOnlyProperty, StoreObjectIdentifier)
GetSqlQueryColumnMappings(IProperty)
GetTableColumnMappings(IProperty)
GetUpdateStoredProcedureParameterMappings(IProperty)
GetUpdateStoredProcedureResultColumnMappings(IProperty)
GetViewColumnMappings(IProperty)
IsColumnNullable(IReadOnlyProperty)
IsColumnNullable(IReadOnlyProperty, StoreObjectIdentifier)
IsFixedLength(IReadOnlyProperty)
IsFixedLength(IReadOnlyProperty, StoreObjectIdentifier)
IsUnicode(IReadOnlyProperty, StoreObjectIdentifier)
RemoveOverrides(IConventionProperty, StoreObjectIdentifier)
RemoveOverrides(IMutableProperty, StoreObjectIdentifier)
SetCollation(IMutableProperty, String)
SetCollation(IConventionProperty, String, Boolean)
SetColumnName(IMutableProperty, String)
SetColumnName(IConventionProperty, String, Boolean)
SetColumnName(IMutableProperty, String, StoreObjectIdentifier)
SetColumnName(IConventionProperty, String, StoreObjectIdentifier, Boolean)
SetColumnOrder(IMutableProperty, Int32?)
SetColumnOrder(IConventionProperty, Int32?, Boolean)
SetColumnType(IMutableProperty, String)
SetColumnType(IConventionProperty, String, Boolean)
SetComment(IMutableProperty, String)
SetComment(IConventionProperty, String, Boolean)
SetComputedColumnSql(IMutableProperty, String)
SetComputedColumnSql(IConventionProperty, String, Boolean)
SetDefaultValue(IMutableProperty, Object)
SetDefaultValue(IConventionProperty, Object, Boolean)
SetDefaultValueSql(IMutableProperty, String)
SetDefaultValueSql(IConventionProperty, String, Boolean)
SetIsFixedLength(IMutableProperty, Boolean?)
SetIsFixedLength(IConventionProperty, Boolean?, Boolean)
SetIsStored(IMutableProperty, Boolean?)
SetIsStored(IConventionProperty, Boolean?, Boolean)
SetJsonPropertyName(IMutableProperty, String)
SetJsonPropertyName(IConventionProperty, String, Boolean)
TryGetDefaultValue(IReadOnlyProperty, Object)
TryGetDefaultValue(IReadOnlyProperty, StoreObjectIdentifier, Object)
net9.0
namespace Microsoft.EntityFrameworkCore
{
public static class RelationalPropertyExtensions
{
public static string? SetCollation(this IConventionProperty! property, string? collation, bool fromDataAnnotation = false);
}
}
.NET | 8.09.010.0 |
---|---|
Information specific to net9.0 | |
Assembly | Microsoft.EntityFrameworkCore.Relational , Version=9.0.3.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.EntityFrameworkCore.Relational (9.0.3) net8.0 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API