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
- AxHost.cs
- RegistrationServices.cs
- SqlDataSourceView.cs
- StringFormat.cs
- ThreadWorkerController.cs
- HeaderedContentControl.cs
- FileUpload.cs
- SafePipeHandle.cs
- CommandConverter.cs
- CachedTypeface.cs
- StateMachineAction.cs
- TextMetrics.cs
- SignatureDescription.cs
- EntryWrittenEventArgs.cs
- StorageScalarPropertyMapping.cs
- SslStreamSecurityUpgradeProvider.cs
- OdbcErrorCollection.cs
- DES.cs
- SecurityToken.cs
- InstanceOwnerException.cs
- EventRoute.cs
- WSHttpTransportSecurityElement.cs
- LayoutTableCell.cs
- InvariantComparer.cs
- SessionParameter.cs
- ComponentEditorPage.cs
- BuildDependencySet.cs
- StringUtil.cs
- GlobalizationAssembly.cs
- Utils.cs
- ConfigXmlText.cs
- MenuItemStyle.cs
- HealthMonitoringSectionHelper.cs
- Overlapped.cs
- SqlStream.cs
- LassoHelper.cs
- FormView.cs
- HwndTarget.cs
- CodeObjectCreateExpression.cs
- CornerRadius.cs
- CryptoHelper.cs
- PasswordPropertyTextAttribute.cs
- GcHandle.cs
- CharAnimationBase.cs
- BufferedOutputStream.cs
- MailMessage.cs
- ValueTable.cs
- Menu.cs
- DataGridViewToolTip.cs
- CodeTypeParameterCollection.cs
- DataGridViewIntLinkedList.cs
- XPathExpr.cs
- MenuBase.cs
- TextTreeExtractElementUndoUnit.cs
- HtmlTableCell.cs
- OleDbRowUpdatedEvent.cs
- CacheOutputQuery.cs
- MbpInfo.cs
- PublisherIdentityPermission.cs
- SQLBytesStorage.cs
- UpdatePanelTriggerCollection.cs
- ValidationRuleCollection.cs
- BadImageFormatException.cs
- TypeCodeDomSerializer.cs
- DockPatternIdentifiers.cs
- TrackingCondition.cs
- TemplateBindingExpression.cs
- TextModifierScope.cs
- XmlSchemaSubstitutionGroup.cs
- RegexCapture.cs
- xamlnodes.cs
- SweepDirectionValidation.cs
- PropertyMappingExceptionEventArgs.cs
- TextTreeRootTextBlock.cs
- UrlMappingsModule.cs
- PropertyTabAttribute.cs
- DbDeleteCommandTree.cs
- FrameworkTextComposition.cs
- WebHttpBehavior.cs
- XmlSignatureManifest.cs
- ExpandSegment.cs
- OutputCacheSettingsSection.cs
- Content.cs
- PhysicalFontFamily.cs
- FuncCompletionCallbackWrapper.cs
- ReadOnlyDataSource.cs
- BatchParser.cs
- JapaneseCalendar.cs
- AutomationProperties.cs
- XmlDownloadManager.cs
- SplitterPanel.cs
- ImageCollectionEditor.cs
- SqlParameterizer.cs
- Geometry3D.cs
- EntityDataSourceEntitySetNameItem.cs
- KeyFrames.cs
- NativeMethods.cs
- CacheOutputQuery.cs
- DiscardableAttribute.cs
- Positioning.cs