Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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;
}
}
}
}
// 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 SqlDataSourceCommandEventArgs : CancelEventArgs {
private DbCommand _command;
public SqlDataSourceCommandEventArgs(DbCommand command) : base() {
_command = command;
}
public DbCommand Command {
get {
return _command;
}
}
}
}
// 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
- ColorAnimation.cs
- StringWriter.cs
- WindowsHyperlink.cs
- CornerRadius.cs
- EvidenceTypeDescriptor.cs
- CommandPlan.cs
- PermissionRequestEvidence.cs
- RegexMatchCollection.cs
- ClientScriptManager.cs
- SecureStringHasher.cs
- SafeLibraryHandle.cs
- WsdlBuildProvider.cs
- StrongNameIdentityPermission.cs
- ScanQueryOperator.cs
- DelimitedListTraceListener.cs
- FixedSOMTableRow.cs
- EventProviderWriter.cs
- SecurityElement.cs
- XmlSerializerNamespaces.cs
- KeyboardNavigation.cs
- Application.cs
- XsdBuildProvider.cs
- TransformerTypeCollection.cs
- WinEventTracker.cs
- TableParagraph.cs
- Configuration.cs
- MenuItem.cs
- TextStore.cs
- DesignerRegionMouseEventArgs.cs
- StateMachineAction.cs
- Pkcs7Recipient.cs
- CodeGenerator.cs
- NumberFormatInfo.cs
- SettingsSection.cs
- AssemblyUtil.cs
- ParenthesizePropertyNameAttribute.cs
- XmlNavigatorFilter.cs
- CounterCreationDataConverter.cs
- BamlRecordReader.cs
- basemetadatamappingvisitor.cs
- AQNBuilder.cs
- XslException.cs
- BlurBitmapEffect.cs
- ContentOperations.cs
- MemoryPressure.cs
- ScriptReference.cs
- Site.cs
- XmlSignificantWhitespace.cs
- AssociationSet.cs
- DescriptionAttribute.cs
- PreProcessor.cs
- GeometryDrawing.cs
- MimeReflector.cs
- Storyboard.cs
- ContentPresenter.cs
- ConfigurationValidatorBase.cs
- Transform3D.cs
- TaskSchedulerException.cs
- ParserContext.cs
- EmptyEnumerator.cs
- DataGridPagerStyle.cs
- EntityContainerEmitter.cs
- RenderContext.cs
- ControlBuilderAttribute.cs
- DataService.cs
- NavigationService.cs
- ProfileParameter.cs
- DeflateStream.cs
- DefaultHttpHandler.cs
- Workspace.cs
- CalendarDateChangedEventArgs.cs
- SmiMetaData.cs
- DayRenderEvent.cs
- Codec.cs
- UpDownEvent.cs
- IIS7WorkerRequest.cs
- ObjectAnimationBase.cs
- StringSorter.cs
- Security.cs
- DataObjectEventArgs.cs
- InsufficientMemoryException.cs
- SerializationFieldInfo.cs
- DPTypeDescriptorContext.cs
- ChannelBuilder.cs
- TextParagraphProperties.cs
- UniqueEventHelper.cs
- ComponentEvent.cs
- TreeNodeConverter.cs
- IsolatedStorageFile.cs
- FieldNameLookup.cs
- SQLStringStorage.cs
- Selector.cs
- DocumentOutline.cs
- BufferedStream.cs
- CounterSampleCalculator.cs
- VectorKeyFrameCollection.cs
- xmlsaver.cs
- Point4DConverter.cs
- GridViewRowPresenter.cs
- TypeElement.cs