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
- Control.cs
- DataGridPageChangedEventArgs.cs
- MeasureItemEvent.cs
- FileStream.cs
- SharingService.cs
- DemultiplexingClientMessageFormatter.cs
- SystemIcmpV6Statistics.cs
- CompilerResults.cs
- DependentTransaction.cs
- ContentPropertyAttribute.cs
- Evaluator.cs
- DeclaredTypeElementCollection.cs
- ProcessInputEventArgs.cs
- CompressionTransform.cs
- WizardForm.cs
- BindValidationContext.cs
- ConfigViewGenerator.cs
- Hex.cs
- VisualSerializer.cs
- RemotingAttributes.cs
- SchemaComplexType.cs
- DoWorkEventArgs.cs
- SerializerWriterEventHandlers.cs
- EntitySqlQueryCacheKey.cs
- RegexRunnerFactory.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- AsnEncodedData.cs
- InternalCache.cs
- ClassValidator.cs
- ObjectSpanRewriter.cs
- ClientSideProviderDescription.cs
- SchemaEntity.cs
- objectquery_tresulttype.cs
- RoleManagerEventArgs.cs
- PreviewControlDesigner.cs
- TimeSpanConverter.cs
- BinaryCommonClasses.cs
- ObjectPersistData.cs
- PnrpPermission.cs
- SharedPerformanceCounter.cs
- LinkTarget.cs
- DataGridViewRowPrePaintEventArgs.cs
- Matrix3D.cs
- ExpressionConverter.cs
- _SpnDictionary.cs
- WebPartManager.cs
- TextServicesCompartmentEventSink.cs
- DataBoundLiteralControl.cs
- SafeNativeMethods.cs
- DataPager.cs
- TemplatePagerField.cs
- SendActivity.cs
- HtmlTernaryTree.cs
- TimeSpanStorage.cs
- PrivacyNoticeElement.cs
- X509SecurityTokenAuthenticator.cs
- ValueProviderWrapper.cs
- EntityContainer.cs
- KoreanCalendar.cs
- ResourceDisplayNameAttribute.cs
- DictionaryEditChange.cs
- PageRanges.cs
- DataBindEngine.cs
- MethodBuilderInstantiation.cs
- RegexFCD.cs
- RadioButtonBaseAdapter.cs
- SizeLimitedCache.cs
- LookupNode.cs
- DiagnosticTraceSource.cs
- ObjRef.cs
- WmlLabelAdapter.cs
- MD5CryptoServiceProvider.cs
- FrameworkRichTextComposition.cs
- StringAnimationUsingKeyFrames.cs
- WebServiceErrorEvent.cs
- ButtonChrome.cs
- CodePageEncoding.cs
- XhtmlBasicValidatorAdapter.cs
- UnaryExpression.cs
- UndirectedGraph.cs
- WrapPanel.cs
- CrossSiteScriptingValidation.cs
- XmlReflectionImporter.cs
- CodeCommentStatementCollection.cs
- COSERVERINFO.cs
- NoneExcludedImageIndexConverter.cs
- Typography.cs
- Menu.cs
- BindingManagerDataErrorEventArgs.cs
- BamlBinaryReader.cs
- MediaSystem.cs
- InkCanvasSelectionAdorner.cs
- MultiBinding.cs
- AccessDataSourceDesigner.cs
- ProxyAssemblyNotLoadedException.cs
- DataGridCellEditEndingEventArgs.cs
- AddInActivator.cs
- RegistryPermission.cs
- CalculatedColumn.cs
- control.ime.cs