GetElements Method
MSDN Home
MSDN
MSDN Library
Development Tools and Language ...
Visual Studio 2008
Visual Studio Team System
Database Edition
API Reference for Database Edi ...
Microsoft.Data.Schema.SchemaMo ...
DataSchemaModel Class
DataSchemaModel Methods
DataSchemaModel Methods
CreateExternalElement Method
Dispose Method
GetAnnotations Method
GetElements Method
GetElementsCount Method
GetIdentifier Method
GetObjectData Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
Visual Studio Team Data Managed Ref
DataSchemaModel
.
.
::
.
GetElements Method
Returns a list of the elements in the store.
Overload List
Name
Description
GetElements
<
(Of
<
(
TElement
>
)
>
)
(ElementQueryFilter)
Returns a list of the elements in the store.
(Inherited from
ModelStore
.)
GetElements(ModelElementResolutionStatus)
Returns a list of the elements in the store that has the given resolution status.
(Inherited from
ModelStore
.)
GetElements(ModelElementValidationStatus)
Returns a list of the elements in the store that has the given validation status.
(Inherited from
ModelStore
.)
GetElements(ModelElementResolutionStatus, Int32)
Returns a list of the elements, determined by the count that has the given resolution status.
(Inherited from
ModelStore
.)
GetElements(ModelElementValidationStatus, Int32)
Returns a list of the elements, determined by the count that has the given validation status.
(Inherited from
ModelStore
.)
GetElements
<
(Of
<
(
TElement
>
)
>
)
(ModelStore
.
.
::
.
Identifier, ElementQueryFilter)
Returns a list of the elements in the store.
(Inherited from
ModelStore
.)
GetElements(Type, ElementQueryFilter)
Returns a list of the elements in the store.
(Inherited from
ModelStore
.)
GetElements(ModelStore
.
.
::
.
Identifier, Type, ElementQueryFilter)
Returns a list of the elements in the store.
(Inherited from
ModelStore
.)
Top
See Also
Reference
DataSchemaModel Class
DataSchemaModel Members
Microsoft.Data.Schema.SchemaModel Namespace
Tags :