TypeMappingInfo
TypeMappingInfo(IProperty)
TypeMappingInfo(MemberInfo)
TypeMappingInfo(Type)
TypeMappingInfo(Type, ITypeMappingConfiguration, CoreTypeMapping)
TypeMappingInfo(IElementType, Boolean?, Int32?, Int32?, Int32?)
TypeMappingInfo(MemberInfo, CoreTypeMapping, Boolean?, Int32?, Int32?, Int32?)
TypeMappingInfo(TypeMappingInfo, ValueConverterInfo, Boolean?, Int32?, Int32?, Int32?)
TypeMappingInfo(Type, Boolean, Boolean?, Int32?, Boolean?, Int32?, Int32?)
TypeMappingInfo(Type, CoreTypeMapping, Boolean, Boolean?, Int32?, Boolean?, Int32?, Int32?, Boolean)
TypeMappingInfo(IReadOnlyList<IProperty>)
TypeMappingInfo(IReadOnlyList<IProperty>, Boolean?, Int32?, Int32?, Int32?)
ClrType
ElementTypeMapping
IsKey
IsKeyOrIndex
IsRowVersion
IsUnicode
JsonValueReaderWriter
Precision
Scale
Size
Equals(Object)
Equals(TypeMappingInfo)
GetHashCode()
ToString()
WithConverter(ValueConverterInfo)
operator !=(TypeMappingInfo, TypeMappingInfo)
operator ==(TypeMappingInfo, TypeMappingInfo)
net8.0
namespace Microsoft.EntityFrameworkCore.Storage
{
public readonly struct TypeMappingInfo : IEquatable<TypeMappingInfo>
{
public TypeMappingInfo(IReadOnlyList<IProperty!>! principals, bool? fallbackUnicode = default, int? fallbackSize = default, int? fallbackPrecision = default, int? fallbackScale = default);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 8.09.010.0 |
Information specific to net8.0 | |
Assembly | Microsoft.EntityFrameworkCore , Version=9.0.3.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.EntityFrameworkCore (9.0.3) net8.0 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API