TypeExtensions.IsNavigationPropertyType(Type) 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.
public:
[System::Runtime::CompilerServices::Extension]
static bool IsNavigationPropertyType(Type ^ type);
public static bool IsNavigationPropertyType (this Type type);
static member IsNavigationPropertyType : Type -> bool
<Extension()>
Public Function IsNavigationPropertyType (type As Type) As Boolean
Parameters
- type
- Type