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
- ModifierKeysConverter.cs
- HMACMD5.cs
- ConfigurationSection.cs
- ArraySet.cs
- SimpleTextLine.cs
- Line.cs
- ToolStripContainer.cs
- complextypematerializer.cs
- SizeAnimationUsingKeyFrames.cs
- KeyInfo.cs
- ModuleBuilder.cs
- MessageAction.cs
- AdvancedBindingPropertyDescriptor.cs
- CubicEase.cs
- Line.cs
- PrivilegeNotHeldException.cs
- HttpRequest.cs
- GeneralTransform3DTo2DTo3D.cs
- InternalControlCollection.cs
- AnonymousIdentificationSection.cs
- ValidationEventArgs.cs
- CompositeDuplexElement.cs
- DbExpressionVisitor_TResultType.cs
- SendingRequestEventArgs.cs
- EventLogConfiguration.cs
- HtmlInputText.cs
- HttpValueCollection.cs
- WindowCollection.cs
- Assembly.cs
- LogManagementAsyncResult.cs
- MetadataReference.cs
- SortedList.cs
- SendingRequestEventArgs.cs
- WpfKnownMemberInvoker.cs
- MouseCaptureWithinProperty.cs
- HostedTcpTransportManager.cs
- ManipulationStartedEventArgs.cs
- CqlGenerator.cs
- FixedPageStructure.cs
- DtrList.cs
- CodeTypeParameter.cs
- SqlDependencyListener.cs
- WebPageTraceListener.cs
- ToolStripAdornerWindowService.cs
- EntityConnection.cs
- ButtonFieldBase.cs
- PeerNameRecord.cs
- RightsManagementPermission.cs
- PixelShader.cs
- DataObject.cs
- CodeExpressionCollection.cs
- BindingsCollection.cs
- StartUpEventArgs.cs
- StorageInfo.cs
- XamlClipboardData.cs
- KeyProperty.cs
- elementinformation.cs
- ToolStripLocationCancelEventArgs.cs
- X509InitiatorCertificateClientElement.cs
- AxWrapperGen.cs
- SurrogateSelector.cs
- StorageComplexPropertyMapping.cs
- ReferencedType.cs
- TransformerInfoCollection.cs
- WsatServiceCertificate.cs
- FormViewInsertEventArgs.cs
- GridItem.cs
- _ChunkParse.cs
- RelationshipConstraintValidator.cs
- Compiler.cs
- PropertyPanel.cs
- IntPtr.cs
- AnnotationAuthorChangedEventArgs.cs
- OneOfElement.cs
- ValidationErrorEventArgs.cs
- ToolStripCodeDomSerializer.cs
- RtfToken.cs
- FixedTextSelectionProcessor.cs
- DbParameterCollection.cs
- Filter.cs
- SerializationSectionGroup.cs
- HyperLinkColumn.cs
- ServiceTimeoutsBehavior.cs
- AttributeUsageAttribute.cs
- LightweightCodeGenerator.cs
- HybridObjectCache.cs
- XmlAttributeOverrides.cs
- MasterPageParser.cs
- EntityCodeGenerator.cs
- WebSysDefaultValueAttribute.cs
- DeferredElementTreeState.cs
- figurelength.cs
- CategoryAttribute.cs
- SHA512.cs
- RegexWriter.cs
- TraceContextEventArgs.cs
- ImageFormat.cs
- Rotation3D.cs
- EmptyControlCollection.cs
- SaveFileDialog.cs