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
- SmtpCommands.cs
- ContentAlignmentEditor.cs
- ItemsControlAutomationPeer.cs
- Point3DCollection.cs
- Graph.cs
- UiaCoreTypesApi.cs
- XsdDateTime.cs
- TextContainerHelper.cs
- TimeoutValidationAttribute.cs
- DeferrableContentConverter.cs
- Options.cs
- NewExpression.cs
- ReliableSessionBindingElement.cs
- CryptoKeySecurity.cs
- ModelTreeEnumerator.cs
- MethodCallConverter.cs
- DebuggerAttributes.cs
- HandledEventArgs.cs
- TypeInfo.cs
- _FtpDataStream.cs
- TextCollapsingProperties.cs
- RotationValidation.cs
- DocumentsTrace.cs
- HwndAppCommandInputProvider.cs
- RenderingEventArgs.cs
- GlyphRunDrawing.cs
- PartialCachingControl.cs
- ToolStripRenderer.cs
- TemplateBamlRecordReader.cs
- Bitmap.cs
- DbModificationCommandTree.cs
- ResourceDisplayNameAttribute.cs
- XmlObjectSerializerWriteContext.cs
- GridViewSelectEventArgs.cs
- GuidConverter.cs
- OdbcFactory.cs
- FormParameter.cs
- VBCodeProvider.cs
- SqlDataSourceDesigner.cs
- XmlDataContract.cs
- WebPartAuthorizationEventArgs.cs
- GAC.cs
- ContentDisposition.cs
- Selector.cs
- AppearanceEditorPart.cs
- ResXDataNode.cs
- WebProxyScriptElement.cs
- KeyValuePair.cs
- AppSecurityManager.cs
- ResourceManager.cs
- LoadWorkflowByInstanceKeyCommand.cs
- OdbcUtils.cs
- InstanceCreationEditor.cs
- Image.cs
- TextFormatter.cs
- XmlAttributeAttribute.cs
- mda.cs
- Speller.cs
- Workspace.cs
- AppearanceEditorPart.cs
- SerializationInfoEnumerator.cs
- RNGCryptoServiceProvider.cs
- Assert.cs
- SecurityValidationBehavior.cs
- UnmanagedMemoryStream.cs
- ScriptingJsonSerializationSection.cs
- SqlUtils.cs
- SortKey.cs
- StdValidatorsAndConverters.cs
- ExtentCqlBlock.cs
- OdbcUtils.cs
- KeyedCollection.cs
- Int64AnimationBase.cs
- SortedList.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- BaseValidatorDesigner.cs
- SqlCommandBuilder.cs
- HwndKeyboardInputProvider.cs
- DiscoveryReferences.cs
- Hex.cs
- BaseAsyncResult.cs
- PropertyToken.cs
- CodeExpressionCollection.cs
- HttpCookie.cs
- CurrentTimeZone.cs
- Timer.cs
- FontFamily.cs
- PrintingPermissionAttribute.cs
- XamlFilter.cs
- StrongNameHelpers.cs
- MouseDevice.cs
- CountdownEvent.cs
- FrameDimension.cs
- cookiecontainer.cs
- Expressions.cs
- DuplexChannelBinder.cs
- BasePattern.cs
- SqlClientFactory.cs
- EventListener.cs
- QilScopedVisitor.cs