Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ScriptDescriptor.cs
- InvalidComObjectException.cs
- SimpleType.cs
- ClientTargetCollection.cs
- TypeUnloadedException.cs
- ListChangedEventArgs.cs
- _TransmitFileOverlappedAsyncResult.cs
- WindowsFormsDesignerOptionService.cs
- DesignerVerbCollection.cs
- InvariantComparer.cs
- ThreadExceptionDialog.cs
- ConnectorMovedEventArgs.cs
- CollectionBuilder.cs
- ObjectDataSource.cs
- _NegoState.cs
- TreeViewItemAutomationPeer.cs
- QilList.cs
- CommonObjectSecurity.cs
- GrammarBuilderRuleRef.cs
- CodeDOMUtility.cs
- CompilationSection.cs
- PersonalizationProviderHelper.cs
- SystemEvents.cs
- VisualCollection.cs
- WorkflowRuntimeServiceElementCollection.cs
- TypeInfo.cs
- WaitForChangedResult.cs
- EventSource.cs
- DeclarativeCatalogPart.cs
- HttpCapabilitiesSectionHandler.cs
- ControlCollection.cs
- CachedCompositeFamily.cs
- ListBoxItemWrapperAutomationPeer.cs
- EventLog.cs
- _UriSyntax.cs
- BitmapDownload.cs
- StatusBarAutomationPeer.cs
- SettingsAttributes.cs
- WebExceptionStatus.cs
- LinqDataSource.cs
- MimeMapping.cs
- LogWriteRestartAreaState.cs
- ComplexObject.cs
- UiaCoreApi.cs
- GuidTagList.cs
- FactoryGenerator.cs
- PassportAuthenticationEventArgs.cs
- ResourceCategoryAttribute.cs
- DragDrop.cs
- DeadLetterQueue.cs
- MissingFieldException.cs
- ReplyAdapterChannelListener.cs
- ShaperBuffers.cs
- TemplateModeChangedEventArgs.cs
- CopyNodeSetAction.cs
- ZipIOExtraFieldElement.cs
- TextParagraphCache.cs
- DictionaryEditChange.cs
- CharEnumerator.cs
- TableLayout.cs
- ReflectionHelper.cs
- GenericsInstances.cs
- MemberDescriptor.cs
- InspectionWorker.cs
- ArgumentException.cs
- OfTypeExpression.cs
- ClaimTypeRequirement.cs
- _ListenerAsyncResult.cs
- ReadOnlyCollection.cs
- DynamicContractTypeBuilder.cs
- DocumentReference.cs
- DataSvcMapFileSerializer.cs
- LineServicesRun.cs
- _NestedMultipleAsyncResult.cs
- FormViewCommandEventArgs.cs
- basevalidator.cs
- StickyNote.cs
- PropertyExpression.cs
- UInt16.cs
- PageEventArgs.cs
- ProvidePropertyAttribute.cs
- SymmetricCryptoHandle.cs
- JpegBitmapDecoder.cs
- SimplePropertyEntry.cs
- EntityClassGenerator.cs
- HtmlTableRowCollection.cs
- DataGridViewSelectedCellCollection.cs
- PropertyDescriptor.cs
- InvokeGenerator.cs
- NameValueFileSectionHandler.cs
- WebBrowser.cs
- SecurityPolicySection.cs
- ButtonFieldBase.cs
- RuntimeConfig.cs
- SecurityTokenTypes.cs
- InstanceDescriptor.cs
- MethodBody.cs
- ReferenceEqualityComparer.cs
- OSFeature.cs
- CodeAttributeDeclaration.cs