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
- __Filters.cs
- DesignerActionList.cs
- AssemblyNameProxy.cs
- HMAC.cs
- MsmqVerifier.cs
- ModulesEntry.cs
- CalendarDateChangedEventArgs.cs
- CurrentTimeZone.cs
- XmlSchemaException.cs
- RoleManagerModule.cs
- TextBoxBase.cs
- SHA384Managed.cs
- LinkUtilities.cs
- ResXResourceWriter.cs
- CoreSwitches.cs
- _SslState.cs
- StateMachineWorkflowInstance.cs
- TimeIntervalCollection.cs
- DeclarativeCatalogPart.cs
- RangeValidator.cs
- EncoderNLS.cs
- InternalConfigHost.cs
- PolyBezierSegmentFigureLogic.cs
- CodeSnippetStatement.cs
- DeflateEmulationStream.cs
- HttpFileCollectionWrapper.cs
- XsltException.cs
- MessageQueuePermissionAttribute.cs
- CellCreator.cs
- PatternMatchRules.cs
- Component.cs
- StructuredType.cs
- EncoderParameter.cs
- StrongNameMembershipCondition.cs
- SqlDataSourceCommandEventArgs.cs
- PrePrepareMethodAttribute.cs
- MethodBody.cs
- HwndKeyboardInputProvider.cs
- ChannelSinkStacks.cs
- GrammarBuilderWildcard.cs
- CanExecuteRoutedEventArgs.cs
- DataFormat.cs
- HwndSourceParameters.cs
- DeclarativeCatalogPartDesigner.cs
- clipboard.cs
- QueryContinueDragEventArgs.cs
- FastEncoderWindow.cs
- As.cs
- X500Name.cs
- TrustManagerMoreInformation.cs
- FixedTextView.cs
- MulticastNotSupportedException.cs
- DatasetMethodGenerator.cs
- WebServiceHost.cs
- FormatConvertedBitmap.cs
- NonVisualControlAttribute.cs
- IDictionary.cs
- HttpRequestCacheValidator.cs
- AsyncDataRequest.cs
- ParseNumbers.cs
- Visitors.cs
- ListDictionary.cs
- OletxTransactionManager.cs
- SqlIdentifier.cs
- InstanceNotReadyException.cs
- TransformationRules.cs
- ServiceNameElement.cs
- TcpClientCredentialType.cs
- UiaCoreTypesApi.cs
- securestring.cs
- DefaultBinder.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- RowUpdatedEventArgs.cs
- SessionStateSection.cs
- EntityTypeBase.cs
- WindowsListViewSubItem.cs
- EventDrivenDesigner.cs
- MemberHolder.cs
- OpacityConverter.cs
- Operand.cs
- QuerySetOp.cs
- Constraint.cs
- DataContractJsonSerializerOperationBehavior.cs
- WhereaboutsReader.cs
- SmtpCommands.cs
- CancellationState.cs
- Instrumentation.cs
- SecurityElement.cs
- WebPartEditorApplyVerb.cs
- TrackPointCollection.cs
- NavigationPropertySingletonExpression.cs
- PaintValueEventArgs.cs
- shaper.cs
- ReflectPropertyDescriptor.cs
- Html32TextWriter.cs
- CodeLabeledStatement.cs
- DataBinding.cs
- WrappedIUnknown.cs
- TemplateKey.cs
- DefaultPrintController.cs