Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataEntity / System / Data / Map / ViewGeneration / Structures / CaseStatementSlot.cs / 2 / CaseStatementSlot.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System.Data.Mapping.ViewGeneration.CqlGeneration; using System.Text; using System.Collections.Generic; namespace System.Data.Mapping.ViewGeneration.Structures { // This class is just a wrapper over case statements so that we don't // pollute the CaseStatement class itself internal class CaseStatementSlot : ProjectedSlot { #region Constructor // effects: Creates a slot for statement internal CaseStatementSlot(CaseStatement statement, IEnumerablewithStatements) { m_caseStatement = statement; m_withStatements = withStatements; } #endregion #region Fields private CaseStatement m_caseStatement; // The actual case statement private IEnumerable m_withStatements; #endregion #region Methods internal override ProjectedSlot MakeAliasedSlot(CqlBlock block, MemberPath outputPath, int slotNum) { CaseStatement newStatement = m_caseStatement.MakeCaseWithAliasedSlots(block, outputPath, slotNum); return new CaseStatementSlot(newStatement, null); } internal override StringBuilder AsCql(StringBuilder builder, MemberPath outputMember, string blockAlias, int indentLevel) { m_caseStatement.AsCql(builder, m_withStatements, blockAlias, indentLevel); return builder; } internal override void ToCompactString(StringBuilder builder) { m_caseStatement.ToCompactString(builder); } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System.Data.Mapping.ViewGeneration.CqlGeneration; using System.Text; using System.Collections.Generic; namespace System.Data.Mapping.ViewGeneration.Structures { // This class is just a wrapper over case statements so that we don't // pollute the CaseStatement class itself internal class CaseStatementSlot : ProjectedSlot { #region Constructor // effects: Creates a slot for statement internal CaseStatementSlot(CaseStatement statement, IEnumerablewithStatements) { m_caseStatement = statement; m_withStatements = withStatements; } #endregion #region Fields private CaseStatement m_caseStatement; // The actual case statement private IEnumerable m_withStatements; #endregion #region Methods internal override ProjectedSlot MakeAliasedSlot(CqlBlock block, MemberPath outputPath, int slotNum) { CaseStatement newStatement = m_caseStatement.MakeCaseWithAliasedSlots(block, outputPath, slotNum); return new CaseStatementSlot(newStatement, null); } internal override StringBuilder AsCql(StringBuilder builder, MemberPath outputMember, string blockAlias, int indentLevel) { m_caseStatement.AsCql(builder, m_withStatements, blockAlias, indentLevel); return builder; } internal override void ToCompactString(StringBuilder builder) { m_caseStatement.ToCompactString(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
- GridViewUpdatedEventArgs.cs
- ChannelTracker.cs
- TableCellCollection.cs
- Input.cs
- CompiledAction.cs
- AdapterUtil.cs
- StrokeRenderer.cs
- AccessText.cs
- XmlAttributeCollection.cs
- IPipelineRuntime.cs
- ByteFacetDescriptionElement.cs
- HttpApplication.cs
- XsltQilFactory.cs
- IfAction.cs
- DetailsViewDeletedEventArgs.cs
- FacetDescriptionElement.cs
- Ppl.cs
- BulletChrome.cs
- ArrangedElementCollection.cs
- HttpModuleAction.cs
- WCFServiceClientProxyGenerator.cs
- SecureStringHasher.cs
- IntSecurity.cs
- InputLanguageCollection.cs
- SmiEventSink_DeferedProcessing.cs
- ExitEventArgs.cs
- RequestUriProcessor.cs
- XPathMessageFilterElementCollection.cs
- StoreAnnotationsMap.cs
- sqlstateclientmanager.cs
- DBConnectionString.cs
- CreateParams.cs
- SimpleApplicationHost.cs
- ColorBlend.cs
- DataReaderContainer.cs
- EntityTypeEmitter.cs
- Vector3DAnimation.cs
- ConfigurationSchemaErrors.cs
- HttpCapabilitiesSectionHandler.cs
- XhtmlBasicSelectionListAdapter.cs
- SmtpReplyReaderFactory.cs
- ToolStripDropDownItemDesigner.cs
- ValueOfAction.cs
- PropertyCondition.cs
- RegisteredScript.cs
- DataError.cs
- ValidationHelper.cs
- Stroke2.cs
- Win32Native.cs
- BatchStream.cs
- ReflectionHelper.cs
- HtmlTitle.cs
- _Connection.cs
- XPathDocument.cs
- KnownTypeAttribute.cs
- ConstructorNeedsTagAttribute.cs
- XmlSchemaParticle.cs
- ProfilePropertySettings.cs
- CompiledIdentityConstraint.cs
- TypeSchema.cs
- DataGridViewRowEventArgs.cs
- ClientTargetSection.cs
- IdentityValidationException.cs
- LinqToSqlWrapper.cs
- TransactionContextManager.cs
- TypeSystem.cs
- BitFlagsGenerator.cs
- ReadOnlyHierarchicalDataSourceView.cs
- SQLDecimal.cs
- BamlStream.cs
- AtomEntry.cs
- OutputCacheSection.cs
- GenericsInstances.cs
- ChtmlTextWriter.cs
- RootBrowserWindowProxy.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- HMACMD5.cs
- _StreamFramer.cs
- ConstraintEnumerator.cs
- UInt16.cs
- ComponentEvent.cs
- IdleTimeoutMonitor.cs
- TdsParserSessionPool.cs
- keycontainerpermission.cs
- XmlRootAttribute.cs
- Listbox.cs
- CompositeKey.cs
- ObjectSpanRewriter.cs
- EastAsianLunisolarCalendar.cs
- versioninfo.cs
- Maps.cs
- CustomPeerResolverService.cs
- ToolStripPanelCell.cs
- ContextBase.cs
- MaskInputRejectedEventArgs.cs
- RuleProcessor.cs
- BaseDataListDesigner.cs
- RelationshipEnd.cs
- _ConnectOverlappedAsyncResult.cs
- EventMappingSettings.cs