TSqlModel.GetObjects Method
Include Protected Members
Include Inherited Members
Returns all TSqlObject matching the list of typeFilters.
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 | |
---|---|---|
![]() |
GetObjects(DacQueryScopes, array<ModelTypeClass[]) | Returns all TSqlObject matching the list of typeFilters. Only top level ModelTypeClass types are supported by this method - all types in the typeFilters parameter must be present in the TopLevelTypes or the call will fail. |
![]() |
GetObjects(ModelTypeClass, ObjectIdentifier, DacQueryScopes) | Returns all TSqlObject that match the ModelTypeClass and ObjectIdentifier. Only top level ModelTypeClass types are supported by this method - the objectType parameter must be in the types returned from the TopLevelTypes method or the call will fail. |
Top