ModelRelationshipClass.IsParentDecorator Property
Gets a value that indicates whether this relationship is a parent decorator.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property IsParentDecorator As Boolean
public bool IsParentDecorator { get; }
public:
property bool IsParentDecorator {
bool get ();
}
member IsParentDecorator : bool
function get IsParentDecorator () : boolean
Property Value
Type: System.Boolean
true if this relationship is a parent decorator; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.