EdmSpatialTypeReference Constructor (IEdmPrimitiveType, Boolean, Nullable<Int32>)

Creates a new instance of the EdmSpatialTypeReference class.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Sub New ( _
    definition As IEdmPrimitiveType, _
    isNullable As Boolean, _
    spatialReferenceIdentifier As Nullable(Of Integer) _
)
'Usage
Dim definition As IEdmPrimitiveType 
Dim isNullable As Boolean 
Dim spatialReferenceIdentifier As Nullable(Of Integer)

Dim instance As New EdmSpatialTypeReference(definition, _
    isNullable, spatialReferenceIdentifier)
public EdmSpatialTypeReference(
    IEdmPrimitiveType definition,
    bool isNullable,
    Nullable<int> spatialReferenceIdentifier
)
public:
EdmSpatialTypeReference(
    IEdmPrimitiveType^ definition, 
    bool isNullable, 
    Nullable<int> spatialReferenceIdentifier
)
new : 
        definition:IEdmPrimitiveType * 
        isNullable:bool * 
        spatialReferenceIdentifier:Nullable<int> -> EdmSpatialTypeReference
public function EdmSpatialTypeReference(
    definition : IEdmPrimitiveType, 
    isNullable : boolean, 
    spatialReferenceIdentifier : Nullable<int>
)

Parameters

  • isNullable
    Type: System.Boolean
    Denotes whether the type can be nullable.
  • spatialReferenceIdentifier
    Type: System.Nullable<Int32>
    Spatial Reference Identifier for the spatial type being created.

See Also

Reference

EdmSpatialTypeReference Class

EdmSpatialTypeReference Overload

Microsoft.Data.Edm.Library Namespace