TSqlObject.GetReferenced Method
Include Protected Members
Include Inherited Members
Gets all referenced objects within the Default scope.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetReferenced() | Gets all referenced objects within the Default scope. | |
GetReferenced(DacQueryScopes) | Gets all referenced objects within a given DacQueryScopes scope. | |
GetReferenced(ModelRelationshipClass) | Gets referenced objects for a given ModelRelationshipClass, where objects are within the Default scope. | |
GetReferenced(ModelRelationshipClass, DacQueryScopes) | Gets referenced objects for a given ModelRelationshipClass, where objects are within a given DacQueryScopes scope. |
Top