Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- TypeValidationEventArgs.cs
- RectangleGeometry.cs
- TextElementEnumerator.cs
- LocatorGroup.cs
- FocusChangedEventArgs.cs
- PreviewControlDesigner.cs
- StringArrayConverter.cs
- SchemaNotation.cs
- EncryptedType.cs
- HGlobalSafeHandle.cs
- AnnotationResource.cs
- TrackingParameters.cs
- ClassValidator.cs
- CompilerLocalReference.cs
- OleDbConnectionFactory.cs
- InputLangChangeRequestEvent.cs
- ThreadSafeList.cs
- entityreference_tresulttype.cs
- UTF32Encoding.cs
- XamlValidatingReader.cs
- DrawingContextWalker.cs
- PackageDigitalSignature.cs
- EmptyCollection.cs
- XmlException.cs
- bindurihelper.cs
- DataPagerField.cs
- SchemaAttDef.cs
- Queue.cs
- StoreAnnotationsMap.cs
- ImageDrawing.cs
- DataColumnChangeEvent.cs
- HTTPNotFoundHandler.cs
- PageFunction.cs
- ParameterToken.cs
- Point4D.cs
- ApplicationId.cs
- CryptoStream.cs
- KerberosSecurityTokenProvider.cs
- XslException.cs
- WebControlParameterProxy.cs
- HostSecurityManager.cs
- DataGridViewTextBoxColumn.cs
- ByeOperationAsyncResult.cs
- AuthenticateEventArgs.cs
- AutomationProperty.cs
- SafeReversePInvokeHandle.cs
- XmlSchemaAttributeGroup.cs
- PhonemeConverter.cs
- ServiceDescriptions.cs
- _TransmitFileOverlappedAsyncResult.cs
- RecordsAffectedEventArgs.cs
- LocalValueEnumerator.cs
- EventManager.cs
- ParserHooks.cs
- VariableBinder.cs
- EmptyEnumerable.cs
- TextRunProperties.cs
- EnvelopedPkcs7.cs
- RegexCapture.cs
- XmlObjectSerializerWriteContext.cs
- GregorianCalendarHelper.cs
- SamlDelegatingWriter.cs
- ReadOnlyDictionary.cs
- WorkflowFileItem.cs
- RelationshipFixer.cs
- WebPartDisplayModeCollection.cs
- DeferrableContent.cs
- XmlWrappingReader.cs
- SplitContainer.cs
- ValueChangedEventManager.cs
- MemberCollection.cs
- WebPartZoneBase.cs
- FormsAuthenticationConfiguration.cs
- PersonalizationProvider.cs
- AsmxEndpointPickerExtension.cs
- BaseProcessProtocolHandler.cs
- TabControlEvent.cs
- Vector3DCollection.cs
- DefaultProxySection.cs
- PolyQuadraticBezierSegment.cs
- TdsParserSessionPool.cs
- ConditionBrowserDialog.cs
- SingleResultAttribute.cs
- XamlTypeMapperSchemaContext.cs
- PrintPageEvent.cs
- Utils.cs
- LookupBindingPropertiesAttribute.cs
- CellParaClient.cs
- StaticTextPointer.cs
- COM2ComponentEditor.cs
- SecurityResources.cs
- PersistChildrenAttribute.cs
- EntityDataSourceEntityTypeFilterItem.cs
- GridErrorDlg.cs
- XmlNodeComparer.cs
- BevelBitmapEffect.cs
- IconEditor.cs
- PathGeometry.cs
- CodeAttributeDeclaration.cs
- TypeNameConverter.cs