Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.