Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebControls / SqlDataSourceCommandEventArgs.cs / 1 / SqlDataSourceCommandEventArgs.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 SqlDataSourceCommandEventArgs : CancelEventArgs {
private DbCommand _command;
public SqlDataSourceCommandEventArgs(DbCommand command) : base() {
_command = command;
}
public DbCommand Command {
get {
return _command;
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WindowsEditBoxRange.cs
- MessageHeaderT.cs
- WebBrowserProgressChangedEventHandler.cs
- CodeGeneratorOptions.cs
- AuthenticatedStream.cs
- UnhandledExceptionEventArgs.cs
- PropertyIDSet.cs
- ConfigurationValue.cs
- SiteMapHierarchicalDataSourceView.cs
- SQLChars.cs
- KerberosTokenFactoryCredential.cs
- CachedTypeface.cs
- AttributeQuery.cs
- Listbox.cs
- Workspace.cs
- DataBindingHandlerAttribute.cs
- OleDbParameterCollection.cs
- DataServiceResponse.cs
- CommandHelpers.cs
- ProgressBarBrushConverter.cs
- SortedList.cs
- XmlILModule.cs
- SecurityDescriptor.cs
- Baml2006ReaderSettings.cs
- StreamBodyWriter.cs
- CharAnimationUsingKeyFrames.cs
- UriTemplatePathSegment.cs
- Random.cs
- TripleDESCryptoServiceProvider.cs
- GlobalizationAssembly.cs
- PeerNameResolver.cs
- ExceptionValidationRule.cs
- _CommandStream.cs
- BuildDependencySet.cs
- DecimalStorage.cs
- SqlFormatter.cs
- XDRSchema.cs
- Internal.cs
- ServiceDefaults.cs
- BinHexDecoder.cs
- StsCommunicationException.cs
- SelectionPatternIdentifiers.cs
- EntityWrapperFactory.cs
- RootBrowserWindow.cs
- TraceListeners.cs
- KeyedHashAlgorithm.cs
- SafeNativeMethods.cs
- XmlTextWriter.cs
- ConfigurationManagerHelperFactory.cs
- XPathAncestorIterator.cs
- TempFiles.cs
- Vector3D.cs
- WhitespaceRuleReader.cs
- Drawing.cs
- HtmlInputImage.cs
- TextRunTypographyProperties.cs
- ChangeNode.cs
- CultureTable.cs
- ValueUnavailableException.cs
- RuntimeHelpers.cs
- HashMembershipCondition.cs
- ThreadPool.cs
- DescendantQuery.cs
- KoreanCalendar.cs
- TreeNode.cs
- HtmlInputButton.cs
- CommonGetThemePartSize.cs
- FactoryGenerator.cs
- DeploymentExceptionMapper.cs
- _ListenerRequestStream.cs
- ListenerPerfCounters.cs
- _NegoState.cs
- FacetChecker.cs
- WinFormsSecurity.cs
- BamlBinaryReader.cs
- FacetEnabledSchemaElement.cs
- SettingsBindableAttribute.cs
- SendMessageRecord.cs
- CollaborationHelperFunctions.cs
- NameTable.cs
- ExclusiveTcpListener.cs
- XXXOnTypeBuilderInstantiation.cs
- Ref.cs
- TextEncodedRawTextWriter.cs
- ServicesExceptionNotHandledEventArgs.cs
- EntityDataSourceSelectedEventArgs.cs
- ReadOnlyHierarchicalDataSourceView.cs
- DataGridViewCellFormattingEventArgs.cs
- XsltInput.cs
- ImagingCache.cs
- ConfigurationManagerHelperFactory.cs
- SqlDataReader.cs
- ButtonBaseDesigner.cs
- SQLString.cs
- TextChange.cs
- GridEntry.cs
- CaretElement.cs
- _NegoStream.cs
- PriorityQueue.cs
- ValidationEventArgs.cs