Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Common / EntitySql / UntypedNullExpression.cs / 1305376 / UntypedNullExpression.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Data.Metadata.Edm; using System.Data.Common.CommandTrees; namespace System.Data.Common.EntitySql { ////// Represents an untyped null. /// internal sealed class UntypedNullExpression : DbExpression { internal UntypedNullExpression() : base(DbExpressionKind.Null, TypeUsage.NullType) { } ////// The visitor pattern method for expression visitors that do not produce a result value. /// /// An instance of DbExpressionVisitor. public override void Accept( DbExpressionVisitor visitor ) { throw EntityUtil.NotSupported(); } ////// The visitor pattern method for expression visitors that produce a result value of a specific type. /// /// An instance of a typed DbExpressionVisitor that produces a result value of type TResultType. public override T Accept( DbExpressionVisitor visitor ) { throw EntityUtil.NotSupported(); } } } // 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
- ContentControl.cs
- NativeMethods.cs
- WriteLine.cs
- XsltArgumentList.cs
- SHA384Managed.cs
- InfoCardBaseException.cs
- BulletedListEventArgs.cs
- CodeSnippetCompileUnit.cs
- AsymmetricSignatureDeformatter.cs
- HtmlElementCollection.cs
- PrimitiveOperationFormatter.cs
- ProtocolState.cs
- InputProcessorProfilesLoader.cs
- TrustManager.cs
- DeriveBytes.cs
- Vector3D.cs
- ToolStripPanelCell.cs
- QilNode.cs
- DataControlField.cs
- LogEntryHeaderv1Deserializer.cs
- GeneralTransform2DTo3DTo2D.cs
- GcSettings.cs
- CapacityStreamGeometryContext.cs
- mediaeventshelper.cs
- GroupJoinQueryOperator.cs
- Camera.cs
- LicenseProviderAttribute.cs
- SyncOperationState.cs
- OutOfProcStateClientManager.cs
- WebControlsSection.cs
- StreamGeometryContext.cs
- KeyPressEvent.cs
- OleDbRowUpdatingEvent.cs
- IndexedGlyphRun.cs
- KeyManager.cs
- RequestDescription.cs
- Operand.cs
- ToolStripItemCollection.cs
- XamlGridLengthSerializer.cs
- RegexReplacement.cs
- ColorConverter.cs
- GridSplitter.cs
- RoleManagerModule.cs
- ExpressionBuilder.cs
- AutomationAttributeInfo.cs
- DataGridViewCellPaintingEventArgs.cs
- SafeReversePInvokeHandle.cs
- SmtpFailedRecipientException.cs
- ClientApiGenerator.cs
- ActivityExecutorOperation.cs
- ProcessThreadDesigner.cs
- DataTable.cs
- XmlSchemaObject.cs
- TypeUtil.cs
- LostFocusEventManager.cs
- Point3D.cs
- ArithmeticLiteral.cs
- CertificateManager.cs
- ModelVisual3D.cs
- DesignerGeometryHelper.cs
- LinqDataView.cs
- BinaryWriter.cs
- ToolStripSettings.cs
- HttpCachePolicy.cs
- RangeBaseAutomationPeer.cs
- StrokeFIndices.cs
- CodeParameterDeclarationExpressionCollection.cs
- NotFiniteNumberException.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- IxmlLineInfo.cs
- EmptyCollection.cs
- JsonFormatReaderGenerator.cs
- IndexerNameAttribute.cs
- WebReferenceCollection.cs
- ToolTip.cs
- PackageRelationshipCollection.cs
- AmbientValueAttribute.cs
- RotateTransform3D.cs
- LocalFileSettingsProvider.cs
- MouseOverProperty.cs
- BackStopAuthenticationModule.cs
- BrowserDefinitionCollection.cs
- RegexRunner.cs
- VisualBasicSettingsHandler.cs
- ValidationManager.cs
- HttpCapabilitiesBase.cs
- XmlExtensionFunction.cs
- TableChangeProcessor.cs
- AssemblyCollection.cs
- ClientSettingsStore.cs
- Oid.cs
- CodeGenerator.cs
- CollectionsUtil.cs
- sqlser.cs
- UnionQueryOperator.cs
- XmlDataCollection.cs
- ScriptHandlerFactory.cs
- GridEntry.cs
- ResourcePool.cs
- LassoHelper.cs