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
- DetailsViewCommandEventArgs.cs
- RotateTransform3D.cs
- DataGridViewComboBoxEditingControl.cs
- ExpressionBindings.cs
- Converter.cs
- WebPartVerbsEventArgs.cs
- OperationAbortedException.cs
- Compiler.cs
- TraceContext.cs
- ByteAnimationUsingKeyFrames.cs
- SimpleApplicationHost.cs
- EntityDataSourceMemberPath.cs
- PathGradientBrush.cs
- VerticalAlignConverter.cs
- LinqDataSourceDisposeEventArgs.cs
- AuthenticateEventArgs.cs
- WindowsFormsHostPropertyMap.cs
- TextWriter.cs
- SQLBytes.cs
- XmlSchemaAnnotated.cs
- ResourceDefaultValueAttribute.cs
- CornerRadiusConverter.cs
- OleDbEnumerator.cs
- ContextMenu.cs
- FlowLayout.cs
- KeyPressEvent.cs
- OdbcCommandBuilder.cs
- MSAAWinEventWrap.cs
- WebPartConnectionsCloseVerb.cs
- PathFigureCollection.cs
- XmlCharCheckingReader.cs
- IndependentAnimationStorage.cs
- configsystem.cs
- NativeCppClassAttribute.cs
- DiscoveryReference.cs
- NotImplementedException.cs
- CalendarBlackoutDatesCollection.cs
- HasActivatableWorkflowEvent.cs
- CodeGroup.cs
- sqlinternaltransaction.cs
- XmlNodeReader.cs
- HtmlTableRowCollection.cs
- DesignTimeParseData.cs
- PrivilegeNotHeldException.cs
- FileLogRecordHeader.cs
- Stylesheet.cs
- SearchForVirtualItemEventArgs.cs
- ComponentResourceKey.cs
- ActivatableWorkflowsQueryResult.cs
- SqlXml.cs
- XsdValidatingReader.cs
- GPStream.cs
- COM2FontConverter.cs
- NonBatchDirectoryCompiler.cs
- RecordsAffectedEventArgs.cs
- CodeRegionDirective.cs
- TraceSwitch.cs
- SessionEndingCancelEventArgs.cs
- RSAPKCS1KeyExchangeFormatter.cs
- XamlSerializerUtil.cs
- DataListDesigner.cs
- PreviewPrintController.cs
- SecurityPolicySection.cs
- OrderByBuilder.cs
- HwndHost.cs
- NamedPermissionSet.cs
- WindowsAuthenticationEventArgs.cs
- HandledMouseEvent.cs
- IgnoreSection.cs
- AssemblyFilter.cs
- CqlWriter.cs
- ObjectKeyFrameCollection.cs
- OutOfProcStateClientManager.cs
- CellIdBoolean.cs
- TableLayout.cs
- ValueType.cs
- ChangeConflicts.cs
- ObjectSet.cs
- InlinedAggregationOperator.cs
- MetafileHeaderWmf.cs
- Accessible.cs
- XNameConverter.cs
- AttributeCollection.cs
- RequestCacheValidator.cs
- SamlSubject.cs
- EndpointConfigContainer.cs
- ContractType.cs
- BindingContext.cs
- HttpApplication.cs
- StylusPointProperties.cs
- HttpWebResponse.cs
- RuntimeArgumentHandle.cs
- EdmToObjectNamespaceMap.cs
- TextServicesCompartment.cs
- TextDecorationCollection.cs
- SHA1Managed.cs
- WinFormsComponentEditor.cs
- DrawingContextDrawingContextWalker.cs
- TextChange.cs
- Stylus.cs