Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / WebControls / SqlDataSourceSelectingEventArgs.cs / 1 / SqlDataSourceSelectingEventArgs.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 SqlDataSourceSelectingEventArgs : SqlDataSourceCommandEventArgs {
private DataSourceSelectArguments _arguments;
/*private bool _executingSelectCount;*/
public SqlDataSourceSelectingEventArgs(DbCommand command, DataSourceSelectArguments arguments /*, bool executingSelectCount*/) : base(command) {
_arguments = arguments;
//_executingSelectCount = executingSelectCount;
}
public DataSourceSelectArguments Arguments {
get {
return _arguments;
}
}
/*public bool ExecutingSelectCount {
get {
return _executingSelectCount;
}
}*/
}
}
// 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 SqlDataSourceSelectingEventArgs : SqlDataSourceCommandEventArgs {
private DataSourceSelectArguments _arguments;
/*private bool _executingSelectCount;*/
public SqlDataSourceSelectingEventArgs(DbCommand command, DataSourceSelectArguments arguments /*, bool executingSelectCount*/) : base(command) {
_arguments = arguments;
//_executingSelectCount = executingSelectCount;
}
public DataSourceSelectArguments Arguments {
get {
return _arguments;
}
}
/*public bool ExecutingSelectCount {
get {
return _executingSelectCount;
}
}*/
}
}
// 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
- EntityContainerRelationshipSetEnd.cs
- _NetworkingPerfCounters.cs
- XamlPathDataSerializer.cs
- Part.cs
- BehaviorDragDropEventArgs.cs
- AssemblyNameEqualityComparer.cs
- DocumentApplicationJournalEntry.cs
- ToolBarButtonClickEvent.cs
- FunctionParameter.cs
- DeflateStreamAsyncResult.cs
- Panel.cs
- SerTrace.cs
- ILGenerator.cs
- CurrentChangingEventArgs.cs
- TemplatePartAttribute.cs
- URIFormatException.cs
- TypeConverterAttribute.cs
- AlphaSortedEnumConverter.cs
- ConfigurationStrings.cs
- MimeBasePart.cs
- ProtectedProviderSettings.cs
- XmlSchemaExporter.cs
- ThrowHelper.cs
- HtmlHead.cs
- CompensationParticipant.cs
- Base64Encoder.cs
- ControllableStoryboardAction.cs
- TimeSpanStorage.cs
- ExceptionHelpers.cs
- SafeBitVector32.cs
- ImageMapEventArgs.cs
- UnsafeNetInfoNativeMethods.cs
- BaseParser.cs
- TextAnchor.cs
- ProxyFragment.cs
- BoolExpression.cs
- TypeDefinition.cs
- COM2PropertyDescriptor.cs
- ZipFileInfoCollection.cs
- DPTypeDescriptorContext.cs
- Expr.cs
- COM2ExtendedTypeConverter.cs
- Stroke.cs
- FieldDescriptor.cs
- ToolStripItem.cs
- GlyphRunDrawing.cs
- PrintPreviewControl.cs
- MetadataArtifactLoaderCompositeResource.cs
- ScriptComponentDescriptor.cs
- CodePageUtils.cs
- Qualifier.cs
- HorizontalAlignConverter.cs
- ObjectNavigationPropertyMapping.cs
- CollectionType.cs
- FullTextBreakpoint.cs
- MimeWriter.cs
- HwndKeyboardInputProvider.cs
- HeaderLabel.cs
- ProfileEventArgs.cs
- GeometryCollection.cs
- relpropertyhelper.cs
- OleDbException.cs
- Animatable.cs
- LogSwitch.cs
- Scene3D.cs
- EdmEntityTypeAttribute.cs
- CompositeActivityMarkupSerializer.cs
- UnionCodeGroup.cs
- AudienceUriMode.cs
- _UriTypeConverter.cs
- ColumnProvider.cs
- CompiledXpathExpr.cs
- Geometry.cs
- ContextMenuAutomationPeer.cs
- Binding.cs
- EdmItemCollection.cs
- ResourceProviderFactory.cs
- Translator.cs
- ClrPerspective.cs
- ProgressBar.cs
- ObjectQueryProvider.cs
- DeclarativeCatalogPartDesigner.cs
- DataColumnMappingCollection.cs
- SmtpSection.cs
- XmlNamespaceDeclarationsAttribute.cs
- NullableConverter.cs
- MailDefinition.cs
- RightsManagementInformation.cs
- TemplateComponentConnector.cs
- TypefaceMap.cs
- ValidatingReaderNodeData.cs
- FileFormatException.cs
- AccessorTable.cs
- MembershipSection.cs
- SecurityRuntime.cs
- EntityViewGenerator.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- TypefaceCollection.cs
- ByteConverter.cs
- HtmlWindow.cs