Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / SqlDataSourceCommandEventArgs.cs / 1305376 / 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; 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; 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
- ZipIOExtraFieldPaddingElement.cs
- ExpressionConverter.cs
- RoutedCommand.cs
- FileClassifier.cs
- SnapshotChangeTrackingStrategy.cs
- ListBase.cs
- VisualTreeHelper.cs
- XmlNamespaceMappingCollection.cs
- XmlSchemaSimpleContentRestriction.cs
- MailWebEventProvider.cs
- ReadOnlyCollection.cs
- ApplicationBuildProvider.cs
- SequentialWorkflowRootDesigner.cs
- InternalConfigConfigurationFactory.cs
- Effect.cs
- SpellerError.cs
- HttpHandlersSection.cs
- IpcClientChannel.cs
- BaseCollection.cs
- WindowsEditBox.cs
- TextureBrush.cs
- ReferenceConverter.cs
- InputProcessorProfilesLoader.cs
- UserPersonalizationStateInfo.cs
- XmlElementList.cs
- UTF8Encoding.cs
- ScriptControl.cs
- SessionPageStateSection.cs
- ObjectViewListener.cs
- IconEditor.cs
- TextElementEnumerator.cs
- DragDropManager.cs
- MulticastOption.cs
- CustomDictionarySources.cs
- NullableFloatMinMaxAggregationOperator.cs
- WinFormsUtils.cs
- LinqToSqlWrapper.cs
- MetadataResolver.cs
- LogExtentCollection.cs
- ConnectionPool.cs
- XmlSchemaAnyAttribute.cs
- ListSourceHelper.cs
- BuildProviderAppliesToAttribute.cs
- ButtonChrome.cs
- MaterialGroup.cs
- ParameterEditorUserControl.cs
- TypeSystem.cs
- PackageDigitalSignature.cs
- ToolStripDropDown.cs
- ItemsPresenter.cs
- Rect3DConverter.cs
- Compiler.cs
- TextServicesPropertyRanges.cs
- ModulesEntry.cs
- DataListItemCollection.cs
- DataChangedEventManager.cs
- BooleanAnimationUsingKeyFrames.cs
- ButtonBaseAutomationPeer.cs
- ScrollBar.cs
- Hash.cs
- FileUpload.cs
- XPathNavigatorKeyComparer.cs
- CodeMethodMap.cs
- XamlSerializerUtil.cs
- MemberProjectedSlot.cs
- Visitors.cs
- Pkcs7Signer.cs
- AlignmentYValidation.cs
- Listbox.cs
- SpeechSeg.cs
- XmlNodeList.cs
- PersonalizationStateQuery.cs
- DnsEndpointIdentity.cs
- Site.cs
- RandomNumberGenerator.cs
- HttpFileCollection.cs
- ProcessStartInfo.cs
- PropertyManager.cs
- QuerySettings.cs
- XmlElement.cs
- _SpnDictionary.cs
- WebPartDescription.cs
- BrowserInteropHelper.cs
- DataControlHelper.cs
- WebPartMenuStyle.cs
- ItemAutomationPeer.cs
- LinkConverter.cs
- WebRequestModuleElement.cs
- AdornerHitTestResult.cs
- TraceSwitch.cs
- AdjustableArrowCap.cs
- Common.cs
- StructuredTypeEmitter.cs
- CornerRadiusConverter.cs
- RtfToXamlReader.cs
- EditingCommands.cs
- IPipelineRuntime.cs
- BitmapImage.cs
- RawMouseInputReport.cs
- GACMembershipCondition.cs