Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataEntity / System / Data / Common / EntitySql / CommandExpr.cs / 1 / CommandExpr.cs
//----------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// @owner [....] [....]
//---------------------------------------------------------------------
namespace System.Data.Common.EntitySql
{
using System;
using System.Globalization;
using System.Collections;
using System.Collections.Generic;
///
/// Represents Command expression.
/// DML support was removed as of 05/08/2006 ([....])
///
internal sealed class CommandExpr : Expr
{
private ExprList _namespaceDeclarationList;
private Expr _queryExpr;
///
/// initializes command expression.
///
/// optional namespace declarations
/// query of dml expression
internal CommandExpr( ExprList nsExpr, Expr queryExpr )
{
_namespaceDeclarationList = nsExpr;
_queryExpr = queryExpr;
}
///
/// returns optional namespace declaration expression
///
internal ExprList NamespaceDeclList
{
get { return _namespaceDeclarationList; }
}
///
/// returns Query expression.
///
internal Expr QueryExpr
{
get { return _queryExpr; }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//----------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// @owner [....] [....]
//---------------------------------------------------------------------
namespace System.Data.Common.EntitySql
{
using System;
using System.Globalization;
using System.Collections;
using System.Collections.Generic;
///
/// Represents Command expression.
/// DML support was removed as of 05/08/2006 ([....])
///
internal sealed class CommandExpr : Expr
{
private ExprList _namespaceDeclarationList;
private Expr _queryExpr;
///
/// initializes command expression.
///
/// optional namespace declarations
/// query of dml expression
internal CommandExpr( ExprList nsExpr, Expr queryExpr )
{
_namespaceDeclarationList = nsExpr;
_queryExpr = queryExpr;
}
///
/// returns optional namespace declaration expression
///
internal ExprList NamespaceDeclList
{
get { return _namespaceDeclarationList; }
}
///
/// returns Query expression.
///
internal Expr QueryExpr
{
get { return _queryExpr; }
}
}
}
// 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
- CodeExpressionCollection.cs
- ChangeToolStripParentVerb.cs
- COM2TypeInfoProcessor.cs
- AutomationPeer.cs
- Rotation3D.cs
- ExceptionNotification.cs
- BaseParaClient.cs
- StylusLogic.cs
- ParseChildrenAsPropertiesAttribute.cs
- ColumnCollection.cs
- NativeMethods.cs
- PbrsForward.cs
- XmlQueryType.cs
- TextEffectResolver.cs
- PackWebRequest.cs
- GlobalId.cs
- CancellationScope.cs
- AlgoModule.cs
- DeleteWorkflowOwnerCommand.cs
- RSATokenProvider.cs
- RecordManager.cs
- InvalidStoreProtectionKeyException.cs
- HttpConfigurationSystem.cs
- InputEventArgs.cs
- CodeCatchClauseCollection.cs
- MethodBuilderInstantiation.cs
- StorageMappingItemCollection.cs
- SettingsPropertyValue.cs
- Lasso.cs
- SocketAddress.cs
- PartialTrustVisibleAssembliesSection.cs
- ToolStripItemImageRenderEventArgs.cs
- Rotation3DKeyFrameCollection.cs
- XmlDataSourceNodeDescriptor.cs
- ReceiveActivityDesigner.cs
- RuntimeConfigLKG.cs
- WindowsIdentity.cs
- BlurBitmapEffect.cs
- JapaneseLunisolarCalendar.cs
- ToolStripDropDownButton.cs
- CTreeGenerator.cs
- TextElementEditingBehaviorAttribute.cs
- FilteredXmlReader.cs
- MediaContextNotificationWindow.cs
- CompositeClientFormatter.cs
- EntitySetRetriever.cs
- EventPropertyMap.cs
- Matrix.cs
- _FtpDataStream.cs
- _emptywebproxy.cs
- ComplusEndpointConfigContainer.cs
- TypePresenter.xaml.cs
- XmlUtf8RawTextWriter.cs
- CodeEventReferenceExpression.cs
- TypeResolvingOptions.cs
- HMACSHA1.cs
- CollectionTypeElement.cs
- XmlSchemaSimpleTypeRestriction.cs
- VBCodeProvider.cs
- XmlILTrace.cs
- XPathExpr.cs
- PatternMatcher.cs
- SlotInfo.cs
- SymmetricSecurityProtocol.cs
- TextDecorationCollection.cs
- ImageList.cs
- QueryAsyncResult.cs
- BrowserTree.cs
- Point3DAnimationBase.cs
- QueryTask.cs
- XmlBinaryReader.cs
- QilInvoke.cs
- DefaultProxySection.cs
- MatrixTransform3D.cs
- DragEvent.cs
- ComponentManagerBroker.cs
- NullableDoubleMinMaxAggregationOperator.cs
- RoutedEvent.cs
- FreezableCollection.cs
- TargetControlTypeAttribute.cs
- ShaderEffect.cs
- ScopelessEnumAttribute.cs
- XmlSchemaType.cs
- InputLangChangeRequestEvent.cs
- ScrollBarAutomationPeer.cs
- AuthenticationModuleElement.cs
- InputProcessorProfilesLoader.cs
- HtmlInputCheckBox.cs
- OraclePermissionAttribute.cs
- BaseResourcesBuildProvider.cs
- VectorKeyFrameCollection.cs
- DesignTimeVisibleAttribute.cs
- DataColumn.cs
- SessionIDManager.cs
- InvalidDataException.cs
- NativeMethods.cs
- CapabilitiesPattern.cs
- FontCacheLogic.cs
- CommonDialog.cs
- WSSecurityTokenSerializer.cs