Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EtwTrackingBehavior.cs
- FixedNode.cs
- CultureInfo.cs
- DefaultAutoFieldGenerator.cs
- XmlTextReaderImpl.cs
- TextServicesContext.cs
- RawUIStateInputReport.cs
- ObjectNotFoundException.cs
- MemberPath.cs
- EntityContainerRelationshipSet.cs
- typedescriptorpermissionattribute.cs
- Ray3DHitTestResult.cs
- AsymmetricSignatureDeformatter.cs
- VisualBrush.cs
- SqlUDTStorage.cs
- ConfigXmlCDataSection.cs
- SQLInt64.cs
- NetworkAddressChange.cs
- ExecutedRoutedEventArgs.cs
- FontDriver.cs
- TabControl.cs
- PackageStore.cs
- SoapSchemaMember.cs
- FrameworkRichTextComposition.cs
- AppDomainFactory.cs
- ProfileSettingsCollection.cs
- ServiceModelExtensionCollectionElement.cs
- WmlLabelAdapter.cs
- PrefixHandle.cs
- GridViewItemAutomationPeer.cs
- DocumentProperties.cs
- StateChangeEvent.cs
- InstanceKeyNotReadyException.cs
- LineProperties.cs
- DesignerGenericWebPart.cs
- JoinTreeSlot.cs
- PrimitiveXmlSerializers.cs
- _ServiceNameStore.cs
- XMLDiffLoader.cs
- FillErrorEventArgs.cs
- BindingNavigator.cs
- Soap.cs
- StorageConditionPropertyMapping.cs
- Journal.cs
- SizeAnimationClockResource.cs
- FileEnumerator.cs
- TreeNodeSelectionProcessor.cs
- Adorner.cs
- ContextMarshalException.cs
- CollectionConverter.cs
- SqlDataAdapter.cs
- HttpApplication.cs
- SimpleFieldTemplateUserControl.cs
- SpellerError.cs
- DragEvent.cs
- QueueProcessor.cs
- EnumerableCollectionView.cs
- ClientTargetSection.cs
- StringUtil.cs
- X509ChainPolicy.cs
- ProviderCommandInfoUtils.cs
- WebContext.cs
- LocalTransaction.cs
- IdentityHolder.cs
- CheckoutException.cs
- CompletionBookmark.cs
- XPathSelectionIterator.cs
- Number.cs
- figurelengthconverter.cs
- DebugManager.cs
- TagPrefixInfo.cs
- DataGridColumnHeader.cs
- MsmqChannelFactory.cs
- MetafileHeaderWmf.cs
- Helpers.cs
- ContractComponent.cs
- ServiceModelEnumValidatorAttribute.cs
- NameValueConfigurationCollection.cs
- XmlExtensionFunction.cs
- WmfPlaceableFileHeader.cs
- BaseComponentEditor.cs
- NamedObject.cs
- FontStyles.cs
- HtmlWindowCollection.cs
- PathGradientBrush.cs
- DataService.cs
- PrinterResolution.cs
- ListBox.cs
- ValueOfAction.cs
- CompilationUtil.cs
- LoginUtil.cs
- XXXOnTypeBuilderInstantiation.cs
- Token.cs
- AffineTransform3D.cs
- EditorAttribute.cs
- XhtmlBasicLiteralTextAdapter.cs
- PreservationFileWriter.cs
- ComEventsHelper.cs
- TaskForm.cs
- FolderLevelBuildProviderCollection.cs