Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataEntity / System / Data / Common / EntitySql / RefExpr.cs / 1 / RefExpr.cs
//----------------------------------------------------------------------
//
// Copyproperty (c) Microsoft Corporation. All propertys reserved.
//
//
// @owner [....]
// @backup [....]
//---------------------------------------------------------------------
namespace System.Data.Common.EntitySql
{
using System;
using System.Globalization;
using System.Collections;
using System.Collections.Generic;
///
/// Represents REF expression
/// ref( expr )
///
internal sealed class RefExpr : Expr
{
private Expr _refArgExpression;
///
/// Initializes RefExpr
///
/// ref argument expression
internal RefExpr( Expr refArgExpr )
{
_refArgExpression = refArgExpr;
}
///
/// return ref expression
///
internal Expr RefArgExpr
{
get { return _refArgExpression; }
}
}
///
/// Represents DEREF expression
/// deref( expr )
///
internal sealed class DerefExpr : Expr
{
private Expr _refExpr;
///
/// initializes DEREF expression
///
///
internal DerefExpr( Expr refExpr )
{
_refExpr = refExpr;
}
///
/// returns ref inner expression
///
internal Expr RefExpr
{
get { return _refExpr; }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
//----------------------------------------------------------------------
//
// Copyproperty (c) Microsoft Corporation. All propertys reserved.
//
//
// @owner [....]
// @backup [....]
//---------------------------------------------------------------------
namespace System.Data.Common.EntitySql
{
using System;
using System.Globalization;
using System.Collections;
using System.Collections.Generic;
///
/// Represents REF expression
/// ref( expr )
///
internal sealed class RefExpr : Expr
{
private Expr _refArgExpression;
///
/// Initializes RefExpr
///
/// ref argument expression
internal RefExpr( Expr refArgExpr )
{
_refArgExpression = refArgExpr;
}
///
/// return ref expression
///
internal Expr RefArgExpr
{
get { return _refArgExpression; }
}
}
///
/// Represents DEREF expression
/// deref( expr )
///
internal sealed class DerefExpr : Expr
{
private Expr _refExpr;
///
/// initializes DEREF expression
///
///
internal DerefExpr( Expr refExpr )
{
_refExpr = refExpr;
}
///
/// returns ref inner expression
///
internal Expr RefExpr
{
get { return _refExpr; }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CachedFontFace.cs
- SchemaTableOptionalColumn.cs
- SafeRightsManagementQueryHandle.cs
- DataGridViewCellStyleChangedEventArgs.cs
- ImageSource.cs
- RequestCachePolicy.cs
- Privilege.cs
- RemotingSurrogateSelector.cs
- DBConnection.cs
- SafeNativeMethods.cs
- DocumentationServerProtocol.cs
- Pen.cs
- DateTimeSerializationSection.cs
- Int32CollectionConverter.cs
- EventsTab.cs
- RenderDataDrawingContext.cs
- DesignerCatalogPartChrome.cs
- Sql8ConformanceChecker.cs
- CodeMethodReturnStatement.cs
- SortedDictionary.cs
- HtmlElementEventArgs.cs
- LineSegment.cs
- TypeNameConverter.cs
- TableSectionStyle.cs
- ObjectReaderCompiler.cs
- MediaScriptCommandRoutedEventArgs.cs
- ItemChangedEventArgs.cs
- initElementDictionary.cs
- PerfCounterSection.cs
- DateTimeFormatInfoScanner.cs
- FixedHighlight.cs
- _NtlmClient.cs
- AsymmetricKeyExchangeFormatter.cs
- indexingfiltermarshaler.cs
- RoutedEvent.cs
- DockAndAnchorLayout.cs
- TextTabProperties.cs
- WebUtil.cs
- ExpandSegmentCollection.cs
- InkCanvasSelectionAdorner.cs
- HtmlTernaryTree.cs
- Site.cs
- JsonDataContract.cs
- LinqDataSourceSelectEventArgs.cs
- MouseWheelEventArgs.cs
- ProviderConnectionPointCollection.cs
- Border.cs
- BamlRecordHelper.cs
- SendMailErrorEventArgs.cs
- TrustManager.cs
- RequestCachingSection.cs
- XmlSchemaException.cs
- WebPartVerbCollection.cs
- MetadataImporterQuotas.cs
- ServicePoint.cs
- UriSectionReader.cs
- VersionValidator.cs
- FillRuleValidation.cs
- ClientType.cs
- SignatureResourceHelper.cs
- PhysicalFontFamily.cs
- StringBuilder.cs
- CompilationSection.cs
- TransportElement.cs
- DigestComparer.cs
- TargetConverter.cs
- FixedPageStructure.cs
- DesignerView.xaml.cs
- CannotUnloadAppDomainException.cs
- RawKeyboardInputReport.cs
- FixedSOMLineCollection.cs
- QuaternionAnimationBase.cs
- ConnectionsZone.cs
- IntranetCredentialPolicy.cs
- BuildProviderUtils.cs
- HtmlTextArea.cs
- UnknownBitmapEncoder.cs
- Rule.cs
- CursorConverter.cs
- CodeArrayIndexerExpression.cs
- TextDpi.cs
- SiteMapNodeItem.cs
- ControlCachePolicy.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- SynchronizedPool.cs
- SudsWriter.cs
- XPathNodeIterator.cs
- DataTemplate.cs
- OutputCacheEntry.cs
- GridViewColumnHeader.cs
- QuaternionAnimationBase.cs
- TrustManager.cs
- glyphs.cs
- WindowsGrip.cs
- Group.cs
- HttpFileCollection.cs
- DefaultAutoFieldGenerator.cs
- AbsoluteQuery.cs
- ByteFacetDescriptionElement.cs
- FamilyCollection.cs