Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- MetadataProperty.cs
- ShellProvider.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- ListSortDescriptionCollection.cs
- AdornerLayer.cs
- WebPartVerb.cs
- AppDomainProtocolHandler.cs
- TextDecoration.cs
- Point3DCollectionConverter.cs
- ToolStripArrowRenderEventArgs.cs
- _PooledStream.cs
- XmlDataSourceNodeDescriptor.cs
- DataGridBoolColumn.cs
- NativeActivityAbortContext.cs
- RequestSecurityTokenResponse.cs
- XmlSchemaAny.cs
- Column.cs
- PrinterSettings.cs
- DataObjectMethodAttribute.cs
- InternalConfirm.cs
- RSAPKCS1SignatureFormatter.cs
- SerializationObjectManager.cs
- PropertyGeneratedEventArgs.cs
- ContextInformation.cs
- ExpressionConverter.cs
- BevelBitmapEffect.cs
- mongolianshape.cs
- ChameleonKey.cs
- CacheVirtualItemsEvent.cs
- GridViewEditEventArgs.cs
- XmlComplianceUtil.cs
- CalendarDateRange.cs
- PropertyOverridesDialog.cs
- CellParagraph.cs
- ImmutablePropertyDescriptorGridEntry.cs
- MaskedTextProvider.cs
- DataObject.cs
- TriggerBase.cs
- OptionUsage.cs
- PartialArray.cs
- CompositionDesigner.cs
- ParagraphResult.cs
- MarkupCompilePass2.cs
- PartitionedStreamMerger.cs
- DeviceSpecificChoiceCollection.cs
- DesignerForm.cs
- FixUpCollection.cs
- ActivityDesigner.cs
- WindowsStatusBar.cs
- LinearGradientBrush.cs
- SoapReflector.cs
- VisualBasicSettingsHandler.cs
- TextSegment.cs
- EventManager.cs
- VSDExceptions.cs
- LogEntrySerializationException.cs
- DecimalSumAggregationOperator.cs
- DataGridTextBoxColumn.cs
- AssemblyAttributesGoHere.cs
- SqlRemoveConstantOrderBy.cs
- FrameworkTextComposition.cs
- Hyperlink.cs
- AppDomainAttributes.cs
- WaitForChangedResult.cs
- TypeConverter.cs
- BooleanFunctions.cs
- XomlCompilerHelpers.cs
- DataControlFieldCollection.cs
- TextProperties.cs
- LinqDataSourceUpdateEventArgs.cs
- PathBox.cs
- Header.cs
- SplineKeyFrames.cs
- BitmapEffectCollection.cs
- NativeMethods.cs
- InvalidOperationException.cs
- TaskHelper.cs
- WindowsStreamSecurityElement.cs
- PixelFormats.cs
- JsonReaderWriterFactory.cs
- OdbcConnection.cs
- LogSwitch.cs
- DllNotFoundException.cs
- GcHandle.cs
- WebPartCollection.cs
- KeyedCollection.cs
- CngAlgorithmGroup.cs
- Predicate.cs
- CodeDelegateCreateExpression.cs
- CellLabel.cs
- DocumentOrderQuery.cs
- MessageSmuggler.cs
- ProcessManager.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- SelectionItemProviderWrapper.cs
- TimeSpanFormat.cs
- LayoutEditorPart.cs
- TextEditorContextMenu.cs
- XamlPointCollectionSerializer.cs
- SelectionPatternIdentifiers.cs