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
- QilUnary.cs
- LocationReferenceEnvironment.cs
- FunctionCommandText.cs
- SubpageParagraph.cs
- QEncodedStream.cs
- ControlAdapter.cs
- ChannelListenerBase.cs
- TdsParserStateObject.cs
- Win32Native.cs
- ConfigurationSettings.cs
- CaretElement.cs
- SqlNamer.cs
- EventLogReader.cs
- XmlMembersMapping.cs
- DefaultPerformanceCounters.cs
- BufferedWebEventProvider.cs
- InteropAutomationProvider.cs
- SecurityUtils.cs
- SuppressMessageAttribute.cs
- SemanticResultKey.cs
- XmlSchema.cs
- KeyGestureValueSerializer.cs
- smtppermission.cs
- ThousandthOfEmRealPoints.cs
- CodeSubDirectoriesCollection.cs
- CodeIdentifiers.cs
- GB18030Encoding.cs
- CodeIndexerExpression.cs
- GrammarBuilderWildcard.cs
- XPathAncestorIterator.cs
- ArrayWithOffset.cs
- CqlParser.cs
- SortableBindingList.cs
- ListControl.cs
- IdnMapping.cs
- ReadOnlyDictionary.cs
- TypefaceMap.cs
- TempEnvironment.cs
- TextProperties.cs
- ArithmeticLiteral.cs
- SessionPageStatePersister.cs
- FunctionImportElement.cs
- UndoManager.cs
- TextFindEngine.cs
- AsyncPostBackTrigger.cs
- DragDropHelper.cs
- FunctionQuery.cs
- glyphs.cs
- SQLStringStorage.cs
- AsymmetricCryptoHandle.cs
- Int64.cs
- ImportContext.cs
- DictionaryChange.cs
- RoutedEvent.cs
- StateDesigner.Layouts.cs
- SmiSettersStream.cs
- LOSFormatter.cs
- CompiledIdentityConstraint.cs
- Rect3D.cs
- OneOfScalarConst.cs
- EncryptedReference.cs
- XmlCDATASection.cs
- XmlStreamedByteStreamReader.cs
- List.cs
- ToggleButtonAutomationPeer.cs
- HtmlInputSubmit.cs
- DependencyObjectValidator.cs
- SQLDateTimeStorage.cs
- AnalyzedTree.cs
- ApplicationActivator.cs
- CryptoApi.cs
- Pointer.cs
- Inflater.cs
- GridSplitter.cs
- PingReply.cs
- CachedRequestParams.cs
- SmtpClient.cs
- RoutingChannelExtension.cs
- SerializationStore.cs
- UnicastIPAddressInformationCollection.cs
- WebPartConnectionCollection.cs
- StringBuilder.cs
- ObjectStateFormatter.cs
- SystemFonts.cs
- PowerModeChangedEventArgs.cs
- ChangePassword.cs
- DesignSurfaceServiceContainer.cs
- ChildDocumentBlock.cs
- PreviewPrintController.cs
- EpmContentSerializerBase.cs
- Int64.cs
- MediaScriptCommandRoutedEventArgs.cs
- TransactionScopeDesigner.cs
- PolyBezierSegmentFigureLogic.cs
- BitmapEncoder.cs
- ParserExtension.cs
- Mapping.cs
- PageParser.cs
- PolicyUtility.cs
- ConfigurationLocation.cs