Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- ChangeInterceptorAttribute.cs
- TraceUtils.cs
- SoapServerProtocol.cs
- ServicePointManagerElement.cs
- CacheOutputQuery.cs
- FileSystemInfo.cs
- ObjectItemCollection.cs
- FontCollection.cs
- AnnotationResource.cs
- ColorConvertedBitmap.cs
- HtmlMeta.cs
- ControlPropertyNameConverter.cs
- Control.cs
- FilteredDataSetHelper.cs
- ListItemConverter.cs
- ResourceWriter.cs
- SizeChangedEventArgs.cs
- HandlerMappingMemo.cs
- HtmlInputCheckBox.cs
- ReadOnlyHierarchicalDataSource.cs
- ConstrainedDataObject.cs
- SQlBooleanStorage.cs
- MeasurementDCInfo.cs
- ObjectMemberMapping.cs
- XmlSerializableServices.cs
- ActivityExecutionContextCollection.cs
- IconHelper.cs
- IApplicationTrustManager.cs
- Accessible.cs
- HyperLink.cs
- ScriptingWebServicesSectionGroup.cs
- RenamedEventArgs.cs
- BooleanSwitch.cs
- GridViewPageEventArgs.cs
- WorkflowViewManager.cs
- XmlEventCache.cs
- SystemColors.cs
- DataServiceHost.cs
- TextOutput.cs
- CodeChecksumPragma.cs
- HandlerFactoryCache.cs
- BaseDataBoundControl.cs
- UnsafeNativeMethods.cs
- FigureParagraph.cs
- RelationshipDetailsCollection.cs
- ObjectItemConventionAssemblyLoader.cs
- FrameworkElementAutomationPeer.cs
- VideoDrawing.cs
- TraceContextRecord.cs
- XmlName.cs
- SliderAutomationPeer.cs
- ListParaClient.cs
- RegionData.cs
- ArgumentNullException.cs
- SwitchAttribute.cs
- FtpWebResponse.cs
- DataGridViewCheckBoxColumn.cs
- AdapterDictionary.cs
- LifetimeServices.cs
- Message.cs
- ListViewUpdatedEventArgs.cs
- DESCryptoServiceProvider.cs
- EventItfInfo.cs
- BookmarkWorkItem.cs
- MorphHelper.cs
- SqlUtil.cs
- ListItemCollection.cs
- Vector3DValueSerializer.cs
- Page.cs
- CornerRadius.cs
- StylusButtonEventArgs.cs
- DataSourceHelper.cs
- TypeBrowser.xaml.cs
- EntityUtil.cs
- SoapInteropTypes.cs
- ToolStripPanelRow.cs
- NullToBooleanConverter.cs
- ToolBarTray.cs
- MsmqIntegrationProcessProtocolHandler.cs
- UICuesEvent.cs
- ThemeDictionaryExtension.cs
- TabControl.cs
- FileDialogPermission.cs
- SqlTopReducer.cs
- GrabHandleGlyph.cs
- SQLMoneyStorage.cs
- RuntimeArgumentHandle.cs
- ConnectionStringEditor.cs
- ExpressionCopier.cs
- DefaultCommandConverter.cs
- CustomSignedXml.cs
- BasePattern.cs
- CodeTypeDeclarationCollection.cs
- ReadOnlyState.cs
- DataGridViewImageColumn.cs
- ToolBar.cs
- Point4D.cs
- FontWeightConverter.cs
- SerialStream.cs
- FileController.cs