Packagecom.salesforce.results
Classpublic dynamic class ChildRelationship

ChildRelationship objects are returned in the response to describe sobject calls.

See also

Apex Developer Guide


Public Properties
 PropertyDefined by
  cascadeDelete : Boolean
ChildRelationship
  childSObject : String
ChildRelationship
  field : String
ChildRelationship
Public Methods
 MethodDefined by
  
ChildRelationship(obj:ObjectProxy)
ChildRelationship
Property detail
cascadeDeleteproperty
public var cascadeDelete:Boolean
childSObjectproperty 
public var childSObject:String
fieldproperty 
public var field:String
Constructor detail
ChildRelationship()constructor
public function ChildRelationship(obj:ObjectProxy)Parameters
obj:ObjectProxy