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
- HostDesigntimeLicenseContext.cs
- EdmProperty.cs
- WindowsStatic.cs
- RNGCryptoServiceProvider.cs
- MenuItem.cs
- LicenseProviderAttribute.cs
- ProfileManager.cs
- ListViewDataItem.cs
- ObjectDataSourceMethodEventArgs.cs
- FrameAutomationPeer.cs
- DataGridColumnCollection.cs
- ToolboxItem.cs
- BidirectionalDictionary.cs
- SoapSchemaImporter.cs
- QuaternionAnimation.cs
- XpsSerializerWriter.cs
- IdleTimeoutMonitor.cs
- SocketManager.cs
- CursorConverter.cs
- OleDbRowUpdatingEvent.cs
- XmlEncoding.cs
- RankException.cs
- Transform.cs
- OdbcCommand.cs
- PasswordTextNavigator.cs
- InputProviderSite.cs
- HttpHandlersSection.cs
- oledbmetadatacolumnnames.cs
- AmbientValueAttribute.cs
- MSAAWinEventWrap.cs
- CommonObjectSecurity.cs
- DataTrigger.cs
- KeyTime.cs
- StructuredTypeEmitter.cs
- SmtpLoginAuthenticationModule.cs
- MethodMessage.cs
- ExpressionPrinter.cs
- SimpleHandlerBuildProvider.cs
- ExceptionUtil.cs
- ToolStripPanelCell.cs
- SystemWebSectionGroup.cs
- GifBitmapDecoder.cs
- Schema.cs
- ParserHooks.cs
- UserControlDocumentDesigner.cs
- ObjectTypeMapping.cs
- DependencyObjectType.cs
- DiscardableAttribute.cs
- SchemaDeclBase.cs
- MediaContext.cs
- Int32RectValueSerializer.cs
- RunInstallerAttribute.cs
- UnionCqlBlock.cs
- DynamicRendererThreadManager.cs
- SqlServices.cs
- DateTimePicker.cs
- RecordConverter.cs
- FontSizeConverter.cs
- SafeHandle.cs
- EventListener.cs
- IgnoreFlushAndCloseStream.cs
- BufferedReadStream.cs
- OperandQuery.cs
- wmiutil.cs
- DataSourceControl.cs
- GenericPrincipal.cs
- ProjectionRewriter.cs
- SqlParameter.cs
- UTF8Encoding.cs
- LinkUtilities.cs
- EditorPart.cs
- RawStylusInput.cs
- HostedElements.cs
- NamespaceQuery.cs
- FileSystemEventArgs.cs
- ExtentJoinTreeNode.cs
- XmlElementAttributes.cs
- XPathQilFactory.cs
- WmlSelectionListAdapter.cs
- TemplateControlBuildProvider.cs
- dtdvalidator.cs
- PriorityBinding.cs
- TreeViewImageKeyConverter.cs
- IdentityModelDictionary.cs
- StringValueSerializer.cs
- NeutralResourcesLanguageAttribute.cs
- SerialStream.cs
- CheckBoxBaseAdapter.cs
- ImageAttributes.cs
- Color.cs
- DbProviderFactory.cs
- ExpandCollapsePattern.cs
- ReadOnlyDictionary.cs
- DispatchOperationRuntime.cs
- DataRowChangeEvent.cs
- SelectionChangedEventArgs.cs
- OutputScopeManager.cs
- PnrpPermission.cs
- Utility.cs
- TableLayoutPanel.cs