RelatedObjectQuery.ClassDefinitionsOnly Property

Definition

Gets or sets a value indicating that for all instances that adhere to the query, only their class definitions be returned. This parameter is only valid for instance queries.

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 for all instances that adhere to the query, only their class definitions are to be returned.

Remarks

Setting this property value overrides any previous value stored in the object. 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