Share via


MetadataSupport.GetDataModelElements Method

Definition

public:
 static System::Collections::Specialized::StringCollection ^ GetDataModelElements(bool includeTables, bool includeViews, bool includeDataEntityViews, bool includeAggregateDataEntities, bool includeMaps);
public static System.Collections.Specialized.StringCollection GetDataModelElements (bool includeTables, bool includeViews, bool includeDataEntityViews, bool includeAggregateDataEntities, bool includeMaps);
static member GetDataModelElements : bool * bool * bool * bool * bool -> System.Collections.Specialized.StringCollection
Public Shared Function GetDataModelElements (includeTables As Boolean, includeViews As Boolean, includeDataEntityViews As Boolean, includeAggregateDataEntities As Boolean, includeMaps As Boolean) As StringCollection

Parameters

includeTables
Boolean
includeViews
Boolean
includeDataEntityViews
Boolean
includeAggregateDataEntities
Boolean
includeMaps
Boolean

Returns

Applies to