ExtensionMethods.IsOpen Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IsOpen(IEdmStructuredTypeReference) |
Returns true if the definition of this reference is open. |
IsOpen(IEdmType) |
Returns true if the definition of this reference is open. |
IsOpen(IEdmStructuredTypeReference)
Returns true if the definition of this reference is open.
public static bool IsOpen (this Microsoft.OData.Edm.IEdmStructuredTypeReference type);
static member IsOpen : Microsoft.OData.Edm.IEdmStructuredTypeReference -> bool
<Extension()>
Public Function IsOpen (type As IEdmStructuredTypeReference) As Boolean
Parameters
Reference to the calling object.
Returns
If the definition of this reference is open.
Applies to
IsOpen(IEdmType)
Returns true if the definition of this reference is open.
public static bool IsOpen (this Microsoft.OData.Edm.IEdmType type);
static member IsOpen : Microsoft.OData.Edm.IEdmType -> bool
<Extension()>
Public Function IsOpen (type As IEdmType) As Boolean
Parameters
- type
- IEdmType
Reference to the calling object.
Returns
If the definition of this reference is open.