RelationshipQuery.ClassDefinitionsOnly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.