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 / 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
- WindowsAuthenticationEventArgs.cs
- TdsParserStaticMethods.cs
- XmlSchemaDatatype.cs
- AutoGeneratedFieldProperties.cs
- formatstringdialog.cs
- XmlValueConverter.cs
- StaticResourceExtension.cs
- IItemContainerGenerator.cs
- RoleManagerModule.cs
- BamlVersionHeader.cs
- RoleManagerSection.cs
- SyntaxCheck.cs
- EntryWrittenEventArgs.cs
- FileSystemEventArgs.cs
- DashStyles.cs
- SQLResource.cs
- EdmItemError.cs
- DataViewSettingCollection.cs
- CodeIterationStatement.cs
- RectangleGeometry.cs
- XmlSchemaAttribute.cs
- KeyedPriorityQueue.cs
- QilParameter.cs
- BuiltInExpr.cs
- DesignerAttributeInfo.cs
- ConfigXmlElement.cs
- StrokeIntersection.cs
- SocketException.cs
- RelationshipEndCollection.cs
- SoapMessage.cs
- GroupedContextMenuStrip.cs
- UIElementPropertyUndoUnit.cs
- ResolveRequestResponseAsyncResult.cs
- RegexWorker.cs
- KeyedCollection.cs
- TypeSystem.cs
- QueryMath.cs
- EntityDataSourceWrapper.cs
- SiblingIterators.cs
- ReadWriteObjectLock.cs
- LoadedOrUnloadedOperation.cs
- SizeConverter.cs
- ConditionalAttribute.cs
- ExtensibleClassFactory.cs
- returneventsaver.cs
- BinaryUtilClasses.cs
- TypeSystem.cs
- AppModelKnownContentFactory.cs
- ComEventsHelper.cs
- NegatedCellConstant.cs
- BrowserCapabilitiesCompiler.cs
- RequestUriProcessor.cs
- MatrixCamera.cs
- AsyncPostBackErrorEventArgs.cs
- StylusButtonEventArgs.cs
- ExpressionTable.cs
- ImagingCache.cs
- EntityDataSourceWizardForm.cs
- QueueSurrogate.cs
- ClientSettingsSection.cs
- ValidationErrorCollection.cs
- LingerOption.cs
- DBConnection.cs
- Pen.cs
- ExpandableObjectConverter.cs
- HyperLinkField.cs
- ConnectionStringsExpressionBuilder.cs
- ContextStack.cs
- OleDbCommand.cs
- MailAddress.cs
- TextReader.cs
- RequiredFieldValidator.cs
- CategoryNameCollection.cs
- DesignerCategoryAttribute.cs
- NativeMethods.cs
- OdbcEnvironmentHandle.cs
- Point3D.cs
- NameSpaceExtractor.cs
- VisualBrush.cs
- PageCatalogPart.cs
- RealizationDrawingContextWalker.cs
- PenThread.cs
- RepeatBehavior.cs
- TablePatternIdentifiers.cs
- Math.cs
- StaticDataManager.cs
- CapabilitiesUse.cs
- BackgroundWorker.cs
- ComplexPropertyEntry.cs
- CodeGroup.cs
- SafeLibraryHandle.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- SecureUICommand.cs
- ShaderRenderModeValidation.cs
- ExternalException.cs
- IntPtr.cs
- ObjectTag.cs
- FormViewModeEventArgs.cs
- Delegate.cs
- EventDescriptorCollection.cs