Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OAVariantLib.cs
- DataRow.cs
- StatusBarItemAutomationPeer.cs
- RootBrowserWindow.cs
- WindowProviderWrapper.cs
- PkcsUtils.cs
- ChainedAsyncResult.cs
- NameSpaceExtractor.cs
- EdmFunction.cs
- DynamicRouteExpression.cs
- PrtTicket_Editor.cs
- EventWaitHandleSecurity.cs
- CodeTypeReference.cs
- GeneralTransform2DTo3DTo2D.cs
- SQLRoleProvider.cs
- VectorKeyFrameCollection.cs
- ImportedPolicyConversionContext.cs
- ToolStripItem.cs
- RtfControlWordInfo.cs
- UnsafeNativeMethods.cs
- DataBindingValueUIHandler.cs
- ProcessStartInfo.cs
- ContentElement.cs
- Logging.cs
- XmlWriterSettings.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- FileEnumerator.cs
- OleDbConnectionInternal.cs
- OpCellTreeNode.cs
- Decorator.cs
- Triangle.cs
- ToolStripLocationCancelEventArgs.cs
- DragEventArgs.cs
- SessionParameter.cs
- TakeQueryOptionExpression.cs
- TogglePattern.cs
- DeclaredTypeValidatorAttribute.cs
- QilExpression.cs
- wmiprovider.cs
- BrowserCapabilitiesCompiler.cs
- TableHeaderCell.cs
- WizardStepBase.cs
- InputScope.cs
- brushes.cs
- InlineUIContainer.cs
- CorruptingExceptionCommon.cs
- CustomCategoryAttribute.cs
- precedingsibling.cs
- VersionPair.cs
- StructuralObject.cs
- InputScopeAttribute.cs
- BoundPropertyEntry.cs
- IsolatedStorageException.cs
- QilReplaceVisitor.cs
- CompositeDesignerAccessibleObject.cs
- PropertyInformationCollection.cs
- MetadataUtil.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- PageAsyncTask.cs
- SiteMapNodeItemEventArgs.cs
- Types.cs
- List.cs
- HttpContextServiceHost.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- TraversalRequest.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- CommandHelpers.cs
- ComponentEditorPage.cs
- SdlChannelSink.cs
- DbException.cs
- XNodeValidator.cs
- TableMethodGenerator.cs
- SoapSchemaMember.cs
- AutoGeneratedFieldProperties.cs
- DataSourceHelper.cs
- AuthorizationSection.cs
- DbReferenceCollection.cs
- DataGridSortCommandEventArgs.cs
- WebPartDisplayMode.cs
- ResourceKey.cs
- ManagementOptions.cs
- MsmqBindingElementBase.cs
- XmlSchema.cs
- ToolStripStatusLabel.cs
- Validator.cs
- SocketElement.cs
- ModelPropertyDescriptor.cs
- SafeNativeMethods.cs
- ControlsConfig.cs
- ListenerBinder.cs
- AxisAngleRotation3D.cs
- BindingList.cs
- HttpDebugHandler.cs
- StateBag.cs
- SecurityIdentifierConverter.cs
- ObjectStateManagerMetadata.cs
- ZoneButton.cs
- DataSetMappper.cs
- XsdDataContractImporter.cs
- BulletedListEventArgs.cs