ITypeDescriptor.IsRoot Method
Determines whether this type descriptor represents the root of a data structure.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function IsRoot As Boolean
'Usage
Dim instance As ITypeDescriptor
Dim returnValue As Boolean
returnValue = instance.IsRoot()
bool IsRoot()
Return Value
Type: System.Boolean
true if the type descriptor is a root; otherwise, false.