EdmTypeSemantics
ApplyType(IEdmRowType, Boolean)
AsBinary(IEdmTypeReference)
AsCollection(IEdmTypeReference)
AsComplex(IEdmTypeReference)
AsDecimal(IEdmTypeReference)
AsEntity(IEdmTypeReference)
AsEntityReference(IEdmTypeReference)
AsEnum(IEdmTypeReference)
AsPrimitive(IEdmTypeReference)
AsRow(IEdmTypeReference)
AsSpatial(IEdmTypeReference)
AsString(IEdmTypeReference)
AsStructured(IEdmTypeReference)
AsTemporal(IEdmTypeReference)
InheritsFrom(IEdmStructuredType, IEdmStructuredType)
IsBinary(IEdmTypeReference)
IsBoolean(IEdmTypeReference)
IsByte(IEdmTypeReference)
IsCollection(IEdmTypeReference)
IsComplex(IEdmTypeReference)
IsDateTime(IEdmTypeReference)
IsDateTimeOffset(IEdmTypeReference)
IsDecimal(IEdmTypeReference)
IsDouble(IEdmTypeReference)
IsEntity(IEdmTypeReference)
IsEntityReference(IEdmTypeReference)
IsEnum(IEdmTypeReference)
IsFloating(IEdmTypeReference)
IsGuid(IEdmTypeReference)
IsInt16(IEdmTypeReference)
IsInt32(IEdmTypeReference)
IsInt64(IEdmTypeReference)
IsIntegral(EdmPrimitiveTypeKind)
IsIntegral(IEdmTypeReference)
IsOrInheritsFrom(IEdmType, IEdmType)
IsPrimitive(IEdmTypeReference)
IsRow(IEdmTypeReference)
IsSByte(IEdmTypeReference)
IsSignedIntegral(IEdmTypeReference)
IsSingle(IEdmTypeReference)
IsSpatial(EdmPrimitiveTypeKind)
IsSpatial(IEdmType)
IsSpatial(IEdmTypeReference)
IsStream(IEdmTypeReference)
IsString(IEdmTypeReference)
IsStructured(EdmTypeKind)
IsStructured(IEdmTypeReference)
IsTemporal(EdmPrimitiveTypeKind)
IsTemporal(IEdmTypeReference)
IsTime(IEdmTypeReference)
PrimitiveKind(IEdmTypeReference)
netcoreapp2.2
namespace Microsoft.Data.Edm
{
public static class EdmTypeSemantics
{
public static bool IsSpatial(this EdmPrimitiveTypeKind typeKind);
}
}
| .NET Core | 2.02.12.2 |
|---|---|
Information specific to netcoreapp2.2 | |
| Assembly | Microsoft.Data.Edm , Version=5.8.4.0, PublicKeyToken=31bf3856ad364e35 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API