RelationshipQuery.ClassDefinitionsOnly Property

Definition

Gets or sets a value indicating that only the class definitions of the relevant relationship objects be returned.

public:
 property bool ClassDefinitionsOnly { bool get(); void set(bool value); };
public bool ClassDefinitionsOnly { get; set; }
member this.ClassDefinitionsOnly : bool with get, set
Public Property ClassDefinitionsOnly As Boolean

Property Value

Returns a Boolean value indicating that only the class definitions of the relevant relationship objects be returned.

Remarks

Setting this property value overrides any previous value stored in the object. As a side-effect, the query string is rebuilt to reflect the new flag.

Property Value

true if the query requests only class definitions of the result set; 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.

Applies to