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 / ObjectDataSourceSelectingEventArgs.cs / 1 / ObjectDataSourceSelectingEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections.Specialized; using System.Security.Permissions; ////// Represents data that is passed into an ObjectDataSourceSelectingEventHandler delegate. /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ObjectDataSourceSelectingEventArgs : ObjectDataSourceMethodEventArgs { private DataSourceSelectArguments _arguments; private bool _executingSelectCount; ////// Creates a new instance of ObjectDataSourceSelectingEventArgs. /// public ObjectDataSourceSelectingEventArgs(IOrderedDictionary inputParameters, DataSourceSelectArguments arguments, bool executingSelectCount) : base(inputParameters) { _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.Collections.Specialized; using System.Security.Permissions; ////// Represents data that is passed into an ObjectDataSourceSelectingEventHandler delegate. /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ObjectDataSourceSelectingEventArgs : ObjectDataSourceMethodEventArgs { private DataSourceSelectArguments _arguments; private bool _executingSelectCount; ////// Creates a new instance of ObjectDataSourceSelectingEventArgs. /// public ObjectDataSourceSelectingEventArgs(IOrderedDictionary inputParameters, DataSourceSelectArguments arguments, bool executingSelectCount) : base(inputParameters) { _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
- XmlUnspecifiedAttribute.cs
- MemoryFailPoint.cs
- TdsParserStateObject.cs
- TypeGeneratedEventArgs.cs
- odbcmetadatafactory.cs
- CommandSet.cs
- HTTP_SERVICE_CONFIG_URLACL_KEY.cs
- XmlSchemaComplexContentRestriction.cs
- StopStoryboard.cs
- DocumentPageView.cs
- TransformPatternIdentifiers.cs
- Monitor.cs
- StorageScalarPropertyMapping.cs
- TdsParameterSetter.cs
- HighlightVisual.cs
- ValidationContext.cs
- URIFormatException.cs
- XmlAttributeAttribute.cs
- IdentityManager.cs
- CharStorage.cs
- DeadCharTextComposition.cs
- ToolStripArrowRenderEventArgs.cs
- TextTreeNode.cs
- HebrewCalendar.cs
- GenericAuthenticationEventArgs.cs
- PerspectiveCamera.cs
- ToolStripOverflowButton.cs
- WindowsProgressbar.cs
- HttpConfigurationSystem.cs
- DeadCharTextComposition.cs
- DesignerActionGlyph.cs
- EmbossBitmapEffect.cs
- DesignerOptionService.cs
- FilterElement.cs
- ScriptModule.cs
- columnmapfactory.cs
- WebServicesSection.cs
- CompilerHelpers.cs
- InternalConfigEventArgs.cs
- RuntimeConfigLKG.cs
- CaseInsensitiveOrdinalStringComparer.cs
- DesignerListAdapter.cs
- XDRSchema.cs
- AnnouncementDispatcherAsyncResult.cs
- EntityDataSourceView.cs
- ValidatingReaderNodeData.cs
- BitmapEffectDrawingContextWalker.cs
- XmlSchemaAnyAttribute.cs
- DbgUtil.cs
- ClientConfigPaths.cs
- LinkConverter.cs
- TemplateBamlTreeBuilder.cs
- DataSourceHelper.cs
- DragDrop.cs
- DataServiceQueryException.cs
- ExpressionEvaluator.cs
- SessionParameter.cs
- SecurityPermission.cs
- SourceElementsCollection.cs
- GregorianCalendar.cs
- ToolTipService.cs
- Brushes.cs
- ExtensionDataObject.cs
- ISAPIRuntime.cs
- AsyncOperationManager.cs
- HttpProxyCredentialType.cs
- SiteMembershipCondition.cs
- AssemblyNameProxy.cs
- TypeConverterAttribute.cs
- FormViewCommandEventArgs.cs
- Geometry3D.cs
- ContextMenu.cs
- CollectionViewProxy.cs
- MdImport.cs
- DependencyPropertyConverter.cs
- BackgroundFormatInfo.cs
- HijriCalendar.cs
- SqlProviderUtilities.cs
- ProcessHostFactoryHelper.cs
- DocumentXmlWriter.cs
- ThreadInterruptedException.cs
- RoleGroup.cs
- AnnotationAuthorChangedEventArgs.cs
- ObjectListFieldsPage.cs
- AnnotationResource.cs
- HandlerFactoryCache.cs
- BamlTreeMap.cs
- FontFamilyConverter.cs
- ButtonColumn.cs
- OperatorExpressions.cs
- ContentElement.cs
- Dictionary.cs
- LightweightCodeGenerator.cs
- ConfigWriter.cs
- InplaceBitmapMetadataWriter.cs
- PeerApplicationLaunchInfo.cs
- ISCIIEncoding.cs
- Vertex.cs
- SqlWriter.cs
- CompilerScope.cs