Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Common / CommandTrees / ExpressionBindings.cs / 1305376 / ExpressionBindings.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Diagnostics; using System.Data.Common; using System.Data.Common.Utils; using System.Data.Metadata.Edm; using System.Data.Common.CommandTrees.Internal; using System.Data.Common.CommandTrees.ExpressionBuilder; namespace System.Data.Common.CommandTrees { ////// Describes a binding for an expression. Conceptually similar to a foreach loop /// in C#. The DbExpression property defines the collection being iterated over, /// while the Var property provides a means to reference the current element /// of the collection during the iteration. DbExpressionBinding is used to describe the set arguments /// to relational expressions such as ///, /// and . /// /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "Db")] public sealed class DbExpressionBinding { private readonly DbExpression _expr; private readonly DbVariableReferenceExpression _varRef; internal DbExpressionBinding(DbExpression input, DbVariableReferenceExpression varRef) { Debug.Assert(input != null, "DbExpressionBinding input cannot be null"); Debug.Assert(varRef != null, "DbExpressionBinding variable cannot be null"); _expr = input; _varRef = varRef; } /// /// Gets the public DbExpression Expression { get { return _expr; } } ///that defines the input set. /// /// Gets the name assigned to the element variable. /// public string VariableName { get { return _varRef.VariableName; } } ////// Gets the type metadata of the element variable. /// public TypeUsage VariableType { get { return _varRef.ResultType; } } ////// Gets the public DbVariableReferenceExpression Variable { get { return _varRef;} } } ///that references the element variable. /// /// Defines the binding for the input set to a [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "Db")] public sealed class DbGroupExpressionBinding { private /*readonly*/ DbExpression _expr; private readonly DbVariableReferenceExpression _varRef; private readonly DbVariableReferenceExpression _groupVarRef; private DbGroupAggregate _groupAggregate; internal DbGroupExpressionBinding(DbExpression input, DbVariableReferenceExpression inputRef, DbVariableReferenceExpression groupRef) { _expr = input; _varRef = inputRef; _groupVarRef = groupRef; } ///. /// In addition to the properties of , DbGroupExpressionBinding /// also provides access to the group element via the variable reference /// and to the group aggregate via the property. /// /// Gets the public DbExpression Expression { get { return _expr; } } ///that defines the input set. /// /// Gets the name assigned to the element variable. /// public string VariableName { get { return _varRef.VariableName; } } ////// Gets the type metadata of the element variable. /// public TypeUsage VariableType { get { return _varRef.ResultType; } } ////// Gets the DbVariableReferenceExpression that references the element variable. /// public DbVariableReferenceExpression Variable { get { return _varRef; } } ////// Gets the name assigned to the group element variable. /// public string GroupVariableName { get { return _groupVarRef.VariableName; } } ////// Gets the type metadata of the group element variable. /// public TypeUsage GroupVariableType { get { return _groupVarRef.ResultType; } } ////// Gets the DbVariableReferenceExpression that references the group element variable. /// public DbVariableReferenceExpression GroupVariable { get { return _groupVarRef; } } ////// Gets the DbGroupAggregate that represents the collection of elements of the group. /// public DbGroupAggregate GroupAggregate { get { if (_groupAggregate == null) { _groupAggregate = DbExpressionBuilder.GroupAggregate(this.GroupVariable); } return _groupAggregate; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodeAccessPermission.cs
- HMACRIPEMD160.cs
- EntityRecordInfo.cs
- XdrBuilder.cs
- InstancePersistenceException.cs
- FileRecordSequenceHelper.cs
- RefreshEventArgs.cs
- CommandBindingCollection.cs
- TextEncodedRawTextWriter.cs
- TextElementAutomationPeer.cs
- ConditionalExpression.cs
- BinaryParser.cs
- Bezier.cs
- DefaultValueAttribute.cs
- BitStack.cs
- PassportAuthentication.cs
- StorageModelBuildProvider.cs
- InitializerFacet.cs
- ServiceModelActivity.cs
- DrawingContextWalker.cs
- HttpRawResponse.cs
- ReachDocumentReferenceSerializer.cs
- AdapterUtil.cs
- SynchronizationContext.cs
- ComplexType.cs
- SmiXetterAccessMap.cs
- SrgsItemList.cs
- CodeMemberField.cs
- MailHeaderInfo.cs
- CodeTypeReferenceCollection.cs
- CreatingCookieEventArgs.cs
- TextStore.cs
- XmlCountingReader.cs
- TabPanel.cs
- EllipseGeometry.cs
- GridView.cs
- SqlInternalConnection.cs
- PostBackOptions.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- X500Name.cs
- ColorConverter.cs
- RuleSetReference.cs
- HitTestParameters3D.cs
- XmlSchemaObject.cs
- HandleCollector.cs
- ListDictionary.cs
- XmlAnyAttributeAttribute.cs
- rsa.cs
- HttpCapabilitiesEvaluator.cs
- CompareValidator.cs
- PermissionListSet.cs
- MasterPageCodeDomTreeGenerator.cs
- NumericUpDownAccelerationCollection.cs
- RichTextBoxDesigner.cs
- NameValueCollection.cs
- DataColumnMapping.cs
- SoapEnumAttribute.cs
- CannotUnloadAppDomainException.cs
- EdmFunctionAttribute.cs
- SymbolEqualComparer.cs
- DescriptionAttribute.cs
- IconHelper.cs
- MetadataArtifactLoaderComposite.cs
- ExtensionSimplifierMarkupObject.cs
- ToolStripDropDownClosedEventArgs.cs
- CheckBox.cs
- ListComponentEditor.cs
- CurrentChangedEventManager.cs
- TextDecoration.cs
- SafePointer.cs
- ExpressionBuilderContext.cs
- FixedDocument.cs
- WorkflowServiceBehavior.cs
- DataGridViewCellPaintingEventArgs.cs
- DeclarationUpdate.cs
- RC2CryptoServiceProvider.cs
- QilDataSource.cs
- EntitySetDataBindingList.cs
- PeerApplication.cs
- ToolTip.cs
- VisualStyleRenderer.cs
- InkPresenterAutomationPeer.cs
- TableSectionStyle.cs
- SynchronizingStream.cs
- DataObjectMethodAttribute.cs
- SystemDropShadowChrome.cs
- SubstitutionResponseElement.cs
- SafeNativeMethods.cs
- ColumnHeaderCollectionEditor.cs
- TdsParserHelperClasses.cs
- MouseCaptureWithinProperty.cs
- NetMsmqSecurity.cs
- Stream.cs
- TableLayoutSettingsTypeConverter.cs
- Rotation3DAnimationUsingKeyFrames.cs
- CollectionChange.cs
- VSDExceptions.cs
- XmlElementAttributes.cs
- ObjectStateEntryDbDataRecord.cs
- UrlMapping.cs