Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Common / EntitySql / AST / RefExpr.cs / 1305376 / RefExpr.cs
//---------------------------------------------------------------------- //// Copyproperty (c) Microsoft Corporation. All propertys reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- namespace System.Data.Common.EntitySql.AST { using System; using System.Globalization; using System.Collections; using System.Collections.Generic; ////// Represents REF(expr) expression. /// internal sealed class RefExpr : Node { private readonly Node _argExpr; ////// Initializes REF expression node. /// internal RefExpr(Node refArgExpr) { _argExpr = refArgExpr; } ////// Return ref argument expression. /// internal Node ArgExpr { get { return _argExpr; } } } ////// Represents DEREF(epxr) expression. /// internal sealed class DerefExpr : Node { private Node _argExpr; ////// Initializes DEREF expression node. /// internal DerefExpr(Node derefArgExpr) { _argExpr = derefArgExpr; } ////// Ieturns ref argument expression. /// internal Node ArgExpr { get { return _argExpr; } } } } // 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 [....] // @backupOwner [....] //--------------------------------------------------------------------- namespace System.Data.Common.EntitySql.AST { using System; using System.Globalization; using System.Collections; using System.Collections.Generic; ////// Represents REF(expr) expression. /// internal sealed class RefExpr : Node { private readonly Node _argExpr; ////// Initializes REF expression node. /// internal RefExpr(Node refArgExpr) { _argExpr = refArgExpr; } ////// Return ref argument expression. /// internal Node ArgExpr { get { return _argExpr; } } } ////// Represents DEREF(epxr) expression. /// internal sealed class DerefExpr : Node { private Node _argExpr; ////// Initializes DEREF expression node. /// internal DerefExpr(Node derefArgExpr) { _argExpr = derefArgExpr; } ////// Ieturns ref argument expression. /// internal Node ArgExpr { get { return _argExpr; } } } } // 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
- XmlnsCompatibleWithAttribute.cs
- TextWriter.cs
- DataGridViewRowHeaderCell.cs
- CodeDirectiveCollection.cs
- ResourcesChangeInfo.cs
- HttpBrowserCapabilitiesWrapper.cs
- SystemTcpStatistics.cs
- GuidelineCollection.cs
- ParserStack.cs
- WebHeaderCollection.cs
- SqlFlattener.cs
- WebPartEditorOkVerb.cs
- TraceUtility.cs
- DocumentCollection.cs
- TreeViewBindingsEditorForm.cs
- DrawingVisualDrawingContext.cs
- DecimalConstantAttribute.cs
- SmiEventSink.cs
- X509ChainPolicy.cs
- DeadLetterQueue.cs
- DataSetUtil.cs
- ListMarkerLine.cs
- SpeechAudioFormatInfo.cs
- FeatureManager.cs
- ExtensionFile.cs
- X509Certificate.cs
- OdbcConnectionPoolProviderInfo.cs
- TemplateBindingExtensionConverter.cs
- SQLInt64.cs
- RuntimeWrappedException.cs
- PointLight.cs
- HttpListenerPrefixCollection.cs
- TypeSemantics.cs
- ActivityValidator.cs
- ExpressionBinding.cs
- DbParameterCollection.cs
- LookupBindingPropertiesAttribute.cs
- TypeInformation.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- WebPartEditorApplyVerb.cs
- SynchronizationContext.cs
- NavigationService.cs
- WebHeaderCollection.cs
- UnicodeEncoding.cs
- WindowsStartMenu.cs
- messageonlyhwndwrapper.cs
- PrintPageEvent.cs
- FileDataSourceCache.cs
- DrawListViewColumnHeaderEventArgs.cs
- MsdtcClusterUtils.cs
- Parameter.cs
- SiteMapDataSourceDesigner.cs
- Italic.cs
- FloaterParagraph.cs
- TableItemStyle.cs
- EpmCustomContentDeSerializer.cs
- ToolStripDropDownButton.cs
- DateTimeFormat.cs
- CodeTryCatchFinallyStatement.cs
- CustomErrorCollection.cs
- PropertyGridView.cs
- Pts.cs
- ConfigurationPropertyAttribute.cs
- SchemaComplexType.cs
- shaperfactory.cs
- WorkflowViewService.cs
- ClickablePoint.cs
- DecimalKeyFrameCollection.cs
- XPathNode.cs
- AuthenticationSchemesHelper.cs
- DefaultPropertyAttribute.cs
- XamlTypeMapperSchemaContext.cs
- ObjectItemLoadingSessionData.cs
- SQLDateTime.cs
- DataKey.cs
- SizeIndependentAnimationStorage.cs
- GeneratedCodeAttribute.cs
- Calendar.cs
- CroppedBitmap.cs
- HostExecutionContextManager.cs
- XamlSerializer.cs
- RegexInterpreter.cs
- NotificationContext.cs
- EmbeddedMailObjectsCollection.cs
- ScrollBarAutomationPeer.cs
- EnumType.cs
- CfgSemanticTag.cs
- _SslSessionsCache.cs
- SoapUnknownHeader.cs
- StrokeFIndices.cs
- EdmTypeAttribute.cs
- TransactionChannel.cs
- DNS.cs
- WebDescriptionAttribute.cs
- SQLDecimalStorage.cs
- ItemCollection.cs
- Substitution.cs
- ToolBarDesigner.cs
- TextBox.cs
- WebPartTransformerAttribute.cs