Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / DataEntity / System / Data / Metadata / Edm / EntitySet.cs / 1 / EntitySet.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; namespace System.Data.Metadata.Edm { ////// concrete Class for representing a entity set /// public class EntitySet : EntitySetBase { #region Constructors ////// The constructor for constructing the EntitySet with a given name and an entity type /// /// The name of the EntitySet /// The db schema /// The db table /// The provider specific query that should be used to retrieve the EntitySet /// The entity type of the entities that this entity set type contains ///Thrown if the argument name or entityType is null internal EntitySet(string name, string schema, string table, string definingQuery, EntityType entityType) : base(name, schema, table, definingQuery, entityType) { } #endregion #region Properties ////// Returns the kind of the type /// public override BuiltInTypeKind BuiltInTypeKind { get { return BuiltInTypeKind.EntitySet; } } ////// Gets/Sets the entity type of this entity set /// public new EntityType ElementType { get { return (EntityType)base.ElementType; } } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; namespace System.Data.Metadata.Edm { ////// concrete Class for representing a entity set /// public class EntitySet : EntitySetBase { #region Constructors ////// The constructor for constructing the EntitySet with a given name and an entity type /// /// The name of the EntitySet /// The db schema /// The db table /// The provider specific query that should be used to retrieve the EntitySet /// The entity type of the entities that this entity set type contains ///Thrown if the argument name or entityType is null internal EntitySet(string name, string schema, string table, string definingQuery, EntityType entityType) : base(name, schema, table, definingQuery, entityType) { } #endregion #region Properties ////// Returns the kind of the type /// public override BuiltInTypeKind BuiltInTypeKind { get { return BuiltInTypeKind.EntitySet; } } ////// Gets/Sets the entity type of this entity set /// public new EntityType ElementType { get { return (EntityType)base.ElementType; } } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EpmAttributeNameBuilder.cs
- PointCollection.cs
- SqlBuilder.cs
- ExecutionEngineException.cs
- PagesSection.cs
- Delegate.cs
- Calendar.cs
- LineBreak.cs
- cache.cs
- TextContainerChangedEventArgs.cs
- ObjectQueryExecutionPlan.cs
- ManagementException.cs
- HuffmanTree.cs
- TimeSpanStorage.cs
- TextBlockAutomationPeer.cs
- QilExpression.cs
- ListItem.cs
- TextServicesCompartmentEventSink.cs
- ForAllOperator.cs
- RequestDescription.cs
- CodeTypeParameter.cs
- DataGridHeaderBorder.cs
- TargetControlTypeAttribute.cs
- Byte.cs
- Version.cs
- XmlSchemaSimpleTypeRestriction.cs
- SqlFunctions.cs
- WpfSharedBamlSchemaContext.cs
- GridItemPattern.cs
- SmtpTransport.cs
- Transform.cs
- WindowsProgressbar.cs
- OuterGlowBitmapEffect.cs
- MetadataItem.cs
- DataSourceListEditor.cs
- CalendarItem.cs
- OrthographicCamera.cs
- CodeMemberEvent.cs
- FormsAuthenticationUserCollection.cs
- DynamicDocumentPaginator.cs
- SelectedGridItemChangedEvent.cs
- SqlFactory.cs
- XmlEncoding.cs
- MethodExpr.cs
- DocumentReference.cs
- sqlnorm.cs
- ShaderEffect.cs
- ComponentCollection.cs
- NetworkInterface.cs
- RSAOAEPKeyExchangeFormatter.cs
- HttpRequest.cs
- VideoDrawing.cs
- StrongBox.cs
- WindowsGrip.cs
- ImageListStreamer.cs
- Binding.cs
- OleDbRowUpdatedEvent.cs
- SearchForVirtualItemEventArgs.cs
- AttributeCollection.cs
- WinFormsUtils.cs
- CommandEventArgs.cs
- PageParserFilter.cs
- ObjectConverter.cs
- FastEncoderWindow.cs
- OrderPreservingPipeliningSpoolingTask.cs
- ScrollProviderWrapper.cs
- StringConcat.cs
- CategoryAttribute.cs
- StyleReferenceConverter.cs
- PersonalizationAdministration.cs
- DrawTreeNodeEventArgs.cs
- XmlCDATASection.cs
- OdbcParameter.cs
- TemplatedAdorner.cs
- ToolStripPanelRow.cs
- MessageQueueEnumerator.cs
- TPLETWProvider.cs
- DetailsViewInsertedEventArgs.cs
- PersistenceParticipant.cs
- OutputWindow.cs
- BitmapEffectInput.cs
- Hash.cs
- ColumnTypeConverter.cs
- BoundField.cs
- ProcessThreadCollection.cs
- WizardStepBase.cs
- ThreadStateException.cs
- SemanticBasicElement.cs
- DataGridCellsPresenter.cs
- MarginsConverter.cs
- Glyph.cs
- EventMemberCodeDomSerializer.cs
- OdbcReferenceCollection.cs
- ping.cs
- XmlImplementation.cs
- QilBinary.cs
- PhysicalAddress.cs
- DataGridViewCell.cs
- X509LogoTypeExtension.cs
- SvcMapFileLoader.cs