Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / SqlDataSourceSelectingEventArgs.cs / 1 / SqlDataSourceSelectingEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
using System;
using System.ComponentModel;
using System.Data;
using System.Data.Common;
using System.Security.Permissions;
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class SqlDataSourceSelectingEventArgs : SqlDataSourceCommandEventArgs {
private DataSourceSelectArguments _arguments;
/*private bool _executingSelectCount;*/
public SqlDataSourceSelectingEventArgs(DbCommand command, DataSourceSelectArguments arguments /*, bool executingSelectCount*/) : base(command) {
_arguments = arguments;
//_executingSelectCount = executingSelectCount;
}
public DataSourceSelectArguments Arguments {
get {
return _arguments;
}
}
/*public bool ExecutingSelectCount {
get {
return _executingSelectCount;
}
}*/
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SqlGenerator.cs
- NetworkInformationException.cs
- QilTypeChecker.cs
- ValidationErrorEventArgs.cs
- Token.cs
- CachedBitmap.cs
- TypeUtil.cs
- ServiceSecurityContext.cs
- RadialGradientBrush.cs
- BamlBinaryWriter.cs
- ReadOnlyObservableCollection.cs
- HttpApplicationStateWrapper.cs
- TabletCollection.cs
- HashCryptoHandle.cs
- ButtonBase.cs
- BitmapPalette.cs
- UrlSyndicationContent.cs
- DataColumnMappingCollection.cs
- AppModelKnownContentFactory.cs
- ShaderRenderModeValidation.cs
- StateBag.cs
- PerformanceCounterCategory.cs
- DocumentReference.cs
- ParameterCollection.cs
- ACE.cs
- TypeSystemHelpers.cs
- WindowsFormsHost.cs
- DataGridViewElement.cs
- SafePEFileHandle.cs
- X509ClientCertificateCredentialsElement.cs
- LongValidator.cs
- JoinSymbol.cs
- XmlSchemaComplexContentRestriction.cs
- ObjectStateFormatter.cs
- ErrorProvider.cs
- SqlMetaData.cs
- PopOutPanel.cs
- BasePattern.cs
- XmlSchemaInclude.cs
- RangeValuePattern.cs
- VariantWrapper.cs
- DoubleMinMaxAggregationOperator.cs
- SymbolType.cs
- Compilation.cs
- HttpWebRequestElement.cs
- MethodBuilder.cs
- ComponentManagerBroker.cs
- RootBrowserWindow.cs
- RelatedView.cs
- PlainXmlDeserializer.cs
- FormatSettings.cs
- VectorConverter.cs
- COM2FontConverter.cs
- FilteredSchemaElementLookUpTable.cs
- FrameAutomationPeer.cs
- ConnectionsZone.cs
- X509AsymmetricSecurityKey.cs
- GroupQuery.cs
- DetailsViewCommandEventArgs.cs
- IncomingWebResponseContext.cs
- FtpWebRequest.cs
- UserControl.cs
- StylusButtonCollection.cs
- ValidatorCompatibilityHelper.cs
- Point.cs
- HttpHandler.cs
- SemaphoreFullException.cs
- VisualBrush.cs
- SessionSwitchEventArgs.cs
- WindowsMenu.cs
- TemplateNameScope.cs
- XPathBuilder.cs
- StaticFileHandler.cs
- SqlPersonalizationProvider.cs
- DragDrop.cs
- DataGridRowClipboardEventArgs.cs
- Point4D.cs
- ReaderWriterLock.cs
- BindToObject.cs
- DetailsViewRowCollection.cs
- HttpResponseBase.cs
- NamedPipeTransportElement.cs
- WsdlExporter.cs
- ProgressBar.cs
- BindingMAnagerBase.cs
- WindowsScroll.cs
- HtmlInputControl.cs
- XmlTextReaderImpl.cs
- TypeConverterAttribute.cs
- QueryRewriter.cs
- TabControlAutomationPeer.cs
- WebEncodingValidator.cs
- FocusManager.cs
- XmlWriter.cs
- _ContextAwareResult.cs
- PropertyGridEditorPart.cs
- SevenBitStream.cs
- WebBrowserContainer.cs
- documentation.cs
- SyntaxCheck.cs