ModelComponentCollection Properties
SQL Server 2005
(see also
Protected
Properties
)
| Name | Description | |
|---|---|---|
| Count |
Gets the number of ModelComponent objects in the ModelComponentCollection.
|
| IsFixedSize |
Gets a value indicating whether the ModelComponentCollection has a fixed size.
|
| IsReadOnly |
Gets a value indicating whether the ModelComponentCollection is read-only.
|
| IsSynchronized |
Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe).
|
| Parent |
Gets the IModelComponent that contains the ModelComponentCollection.
|
| SyncRoot |
Gets an object that can be used to synchronize access to the ModelComponentCollection.
|
| Name | Description | |
|---|---|---|
| DemandLoadingService | |
| Item |
Gets the IModelComponent at the specified index.
|
| ItemsType |
Gets the Type of objects that can be contained by the ModelComponentCollection.
|
| Preloadable |
Gets a value indicating whether the ModelComponentCollection can be preloaded.
|
