Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Map / ViewGeneration / Structures / QualifiedCellIdBoolean.cs / 1305376 / QualifiedCellIdBoolean.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System.Data.Mapping.ViewGeneration.CqlGeneration; using System.Text; namespace System.Data.Mapping.ViewGeneration.Structures { // A class that denotes "T.booleanVar", e.g., "T1._from2" // It is a subclass of CellIdBoolean with an added block alias internal class QualifiedCellIdBoolean : CellIdBoolean { #region Constructor // effects: Creates a boolean of the form "block._from" internal QualifiedCellIdBoolean(CqlBlock block, CqlIdentifiers identifiers, int originalCellNum) : base(identifiers, originalCellNum) { m_block = block; } #endregion #region Fields private CqlBlock m_block; #endregion #region Methods internal override StringBuilder AsCql(StringBuilder builder, string blockAlias, bool canSkipIsNotNull) { // We ignore the given blockAlias since we already have a fully qualified name string qualifiedName = CqlWriter.GetQualifiedName(m_block.CqlAlias, SlotName); builder.Append(qualifiedName); return builder; } #endregion } } // 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
- Profiler.cs
- TrustSection.cs
- XmlNodeChangedEventArgs.cs
- MissingSatelliteAssemblyException.cs
- EntityDataSourceUtil.cs
- RequestUriProcessor.cs
- SecurityKeyIdentifier.cs
- DataGridTextBoxColumn.cs
- ThreadExceptionEvent.cs
- SoapBinding.cs
- XmlSchemaSimpleType.cs
- ParentQuery.cs
- Dispatcher.cs
- ParagraphVisual.cs
- ArraySegment.cs
- TokenBasedSet.cs
- WebPartEditorCancelVerb.cs
- X509Logo.cs
- PopOutPanel.cs
- DataViewManager.cs
- NameTable.cs
- EmptyReadOnlyDictionaryInternal.cs
- SplitterPanel.cs
- Size3D.cs
- PrintPreviewGraphics.cs
- TabPage.cs
- dsa.cs
- DataGridTextBox.cs
- CultureInfoConverter.cs
- DrawingContextWalker.cs
- OdbcConnectionStringbuilder.cs
- HitTestDrawingContextWalker.cs
- DotExpr.cs
- GeneralTransformGroup.cs
- BamlLocalizationDictionary.cs
- ObjectSecurityT.cs
- SessionStateSection.cs
- ByteViewer.cs
- XmlException.cs
- Timer.cs
- DPCustomTypeDescriptor.cs
- ActivityWithResultConverter.cs
- ExpressionBinding.cs
- WebInvokeAttribute.cs
- EdmComplexPropertyAttribute.cs
- DataGridItemEventArgs.cs
- IIS7UserPrincipal.cs
- ObjectStateEntry.cs
- NameValueFileSectionHandler.cs
- TrustSection.cs
- DataColumnPropertyDescriptor.cs
- Wizard.cs
- GrammarBuilderRuleRef.cs
- ProfileWorkflowElement.cs
- ListBindableAttribute.cs
- EntityContainerEmitter.cs
- Camera.cs
- ProtectedProviderSettings.cs
- ContentValidator.cs
- EventLogException.cs
- WebDisplayNameAttribute.cs
- VisualBasicImportReference.cs
- AdornerPresentationContext.cs
- Button.cs
- NetworkInformationPermission.cs
- SweepDirectionValidation.cs
- EntityDataSourceSelectingEventArgs.cs
- wmiprovider.cs
- WindowsTab.cs
- ScrollBarRenderer.cs
- Compiler.cs
- StorageAssociationSetMapping.cs
- WebZone.cs
- CharEntityEncoderFallback.cs
- GridViewRowPresenter.cs
- MemberHolder.cs
- DataObjectFieldAttribute.cs
- ListBindingHelper.cs
- DiscoveryDocument.cs
- EntityWrapper.cs
- Bitmap.cs
- RegexCapture.cs
- XamlInt32CollectionSerializer.cs
- CustomValidator.cs
- SourceSwitch.cs
- OraclePermission.cs
- FeatureSupport.cs
- WebRequestModuleElementCollection.cs
- OdbcCommand.cs
- BindingExpressionUncommonField.cs
- WindowsImpersonationContext.cs
- ToolbarAUtomationPeer.cs
- Span.cs
- DllNotFoundException.cs
- Rect.cs
- Compiler.cs
- XmlSubtreeReader.cs
- PathParser.cs
- SqlFormatter.cs
- RecognizerBase.cs