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
- TTSEngineProxy.cs
- COM2PropertyBuilderUITypeEditor.cs
- PasswordBox.cs
- TdsParserStaticMethods.cs
- AdapterUtil.cs
- LoopExpression.cs
- FormViewUpdatedEventArgs.cs
- AnnotationResourceCollection.cs
- PointLight.cs
- GeneralTransform2DTo3D.cs
- XamlDesignerSerializationManager.cs
- XmlAggregates.cs
- DataGridViewCheckBoxCell.cs
- State.cs
- GenericAuthenticationEventArgs.cs
- CardSpaceShim.cs
- BitmapEffectGeneralTransform.cs
- BitmapFrame.cs
- BitmapMetadata.cs
- SpAudioStreamWrapper.cs
- DocumentViewer.cs
- ValidationErrorCollection.cs
- InboundActivityHelper.cs
- HtmlInputRadioButton.cs
- NameValueFileSectionHandler.cs
- ProviderIncompatibleException.cs
- DatePickerAutomationPeer.cs
- ISAPIApplicationHost.cs
- TreeNodeStyleCollectionEditor.cs
- CodeArrayCreateExpression.cs
- CheckPair.cs
- InputReport.cs
- VideoDrawing.cs
- Storyboard.cs
- BaseDataListActionList.cs
- PaginationProgressEventArgs.cs
- DataSourceComponent.cs
- EventPrivateKey.cs
- FormView.cs
- FilteredAttributeCollection.cs
- HwndHostAutomationPeer.cs
- CursorConverter.cs
- DefaultValueAttribute.cs
- SelectorAutomationPeer.cs
- Soap.cs
- AspCompat.cs
- XmlParserContext.cs
- X509SecurityToken.cs
- GradientSpreadMethodValidation.cs
- QueryResult.cs
- TextEncodedRawTextWriter.cs
- CapiSafeHandles.cs
- JsonWriter.cs
- BindingList.cs
- PrivilegedConfigurationManager.cs
- DbReferenceCollection.cs
- ConfigurationSchemaErrors.cs
- ClassData.cs
- PauseStoryboard.cs
- DataChangedEventManager.cs
- ServiceObjectContainer.cs
- XmlSchemaInclude.cs
- EdmValidator.cs
- _NativeSSPI.cs
- PartialTrustHelpers.cs
- Membership.cs
- BitmapImage.cs
- TrackingAnnotationCollection.cs
- DataGridViewComboBoxCell.cs
- DataGridTextBoxColumn.cs
- NumberFunctions.cs
- ReaderWriterLock.cs
- HttpSessionStateWrapper.cs
- RegexCompilationInfo.cs
- Wrapper.cs
- BasicAsyncResult.cs
- ApplicationContext.cs
- EventListenerClientSide.cs
- WindowsListViewSubItem.cs
- ArrangedElement.cs
- SqlDataSourceConnectionPanel.cs
- _AutoWebProxyScriptWrapper.cs
- ScopelessEnumAttribute.cs
- WindowsScrollBarBits.cs
- Domain.cs
- ParentUndoUnit.cs
- ReliableOutputSessionChannel.cs
- DataViewSettingCollection.cs
- _CacheStreams.cs
- BigInt.cs
- DataGridItemEventArgs.cs
- TextParentUndoUnit.cs
- SaveFileDialog.cs
- DecimalConstantAttribute.cs
- IndexedString.cs
- GeneralTransform3DTo2D.cs
- MailMessage.cs
- ObjectListFieldsPage.cs
- BaseTemplateCodeDomTreeGenerator.cs
- XDeferredAxisSource.cs