Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- XmlWriterSettings.cs
- ScriptRegistrationManager.cs
- PersonalizationDictionary.cs
- MulticastNotSupportedException.cs
- XsltContext.cs
- SchemaInfo.cs
- WpfXamlLoader.cs
- GlyphRunDrawing.cs
- SerializationException.cs
- _UriTypeConverter.cs
- ToolStripItemRenderEventArgs.cs
- TextSpanModifier.cs
- OleDbPropertySetGuid.cs
- PassportAuthentication.cs
- WindowsListViewItemCheckBox.cs
- EventPropertyMap.cs
- FunctionImportMapping.ReturnTypeRenameMapping.cs
- SecureEnvironment.cs
- GridViewCancelEditEventArgs.cs
- SqlInternalConnectionSmi.cs
- Win32MouseDevice.cs
- DataSourceHelper.cs
- HttpListenerResponse.cs
- ExceptionHandlers.cs
- HtmlWindowCollection.cs
- TypeKeyValue.cs
- x509store.cs
- ResolveDuplexAsyncResult.cs
- DesignerCapabilities.cs
- XmlNamespaceManager.cs
- TextElementEnumerator.cs
- UnsafeNativeMethods.cs
- RSACryptoServiceProvider.cs
- UpdatePanelTrigger.cs
- PhonemeEventArgs.cs
- TypeResolvingOptionsAttribute.cs
- ConfigurationSettings.cs
- LabelAutomationPeer.cs
- TCPListener.cs
- _KerberosClient.cs
- Parsers.cs
- FormViewPagerRow.cs
- PageAsyncTask.cs
- PartialCachingControl.cs
- HandlerWithFactory.cs
- Image.cs
- EntityConnectionStringBuilderItem.cs
- ExpandSegment.cs
- SafeCoTaskMem.cs
- BitHelper.cs
- HttpException.cs
- HtmlTableRow.cs
- HttpCapabilitiesSectionHandler.cs
- EventLogLink.cs
- SynthesizerStateChangedEventArgs.cs
- ClockGroup.cs
- SplineQuaternionKeyFrame.cs
- ConnectionConsumerAttribute.cs
- KeyConstraint.cs
- EntityContainerEmitter.cs
- IndexedSelectQueryOperator.cs
- XmlSequenceWriter.cs
- HatchBrush.cs
- ImageClickEventArgs.cs
- TargetConverter.cs
- Int64.cs
- TabItem.cs
- HashSetDebugView.cs
- CompilerGlobalScopeAttribute.cs
- SmtpReplyReader.cs
- BufferBuilder.cs
- PropertyTabChangedEvent.cs
- RoutedCommand.cs
- OuterGlowBitmapEffect.cs
- ExcludeFromCodeCoverageAttribute.cs
- InlineCollection.cs
- InternalConfigEventArgs.cs
- Profiler.cs
- LayoutManager.cs
- GridViewRowPresenter.cs
- SystemInfo.cs
- ProviderCollection.cs
- PenContexts.cs
- ArrayWithOffset.cs
- FileUtil.cs
- BaseTemplateBuildProvider.cs
- EventSchemaTraceListener.cs
- XmlQueryRuntime.cs
- MenuItemStyleCollection.cs
- ExportOptions.cs
- QueryCacheManager.cs
- ListViewItemSelectionChangedEvent.cs
- CompilerScopeManager.cs
- NamedPipeTransportBindingElement.cs
- DoubleKeyFrameCollection.cs
- PauseStoryboard.cs
- LostFocusEventManager.cs
- WebControlParameterProxy.cs
- Select.cs
- OleDbReferenceCollection.cs