Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Data / System / Data / Common / DbProviderSpecificTypePropertyAttribute.cs / 1 / DbProviderSpecificTypePropertyAttribute.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
// [....]
//-----------------------------------------------------------------------------
namespace System.Data.Common {
using System;
[Serializable]
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
#if WINFSInternalOnly
internal
#else
public
#endif
sealed class DbProviderSpecificTypePropertyAttribute : System.Attribute {
private bool _isProviderSpecificTypeProperty;
public DbProviderSpecificTypePropertyAttribute(bool isProviderSpecificTypeProperty) {
_isProviderSpecificTypeProperty = isProviderSpecificTypeProperty;
}
public bool IsProviderSpecificTypeProperty {
get {
return _isProviderSpecificTypeProperty;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FrameSecurityDescriptor.cs
- XXXOnTypeBuilderInstantiation.cs
- DrawingBrush.cs
- ApplicationServicesHostFactory.cs
- XamlSerializationHelper.cs
- SimpleApplicationHost.cs
- PatternMatchRules.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- ADMembershipUser.cs
- BindingValueChangedEventArgs.cs
- Margins.cs
- ByteStack.cs
- EntityTypeBase.cs
- ObjectManager.cs
- IODescriptionAttribute.cs
- HttpGetProtocolReflector.cs
- Trace.cs
- CodeTypeOfExpression.cs
- Icon.cs
- SafePEFileHandle.cs
- InputBinding.cs
- ThemeDirectoryCompiler.cs
- XmlDictionaryReader.cs
- CompositeFontFamily.cs
- wmiprovider.cs
- UpdateExpressionVisitor.cs
- PrintPreviewGraphics.cs
- updateconfighost.cs
- HtmlControlAdapter.cs
- DefaultAsyncDataDispatcher.cs
- SqlErrorCollection.cs
- AttributeCollection.cs
- ResizeGrip.cs
- Hex.cs
- CryptoApi.cs
- HMACSHA1.cs
- Function.cs
- XamlStyleSerializer.cs
- ConditionCollection.cs
- GenericIdentity.cs
- DataGridViewCellStyleChangedEventArgs.cs
- IDReferencePropertyAttribute.cs
- InstanceValue.cs
- StrokeCollection2.cs
- TaskFormBase.cs
- XPathPatternBuilder.cs
- ActivityDesigner.cs
- Single.cs
- ExpressionParser.cs
- OleDbDataReader.cs
- ImageSource.cs
- Line.cs
- HotSpotCollection.cs
- TextTreeExtractElementUndoUnit.cs
- Select.cs
- Rectangle.cs
- DispatcherHookEventArgs.cs
- ContentTextAutomationPeer.cs
- RichTextBox.cs
- OdbcCommand.cs
- InkCollectionBehavior.cs
- XPathEmptyIterator.cs
- SystemInfo.cs
- DbException.cs
- ActiveDocumentEvent.cs
- designeractionbehavior.cs
- BindableAttribute.cs
- NativeMethods.cs
- RepeatButtonAutomationPeer.cs
- BindableTemplateBuilder.cs
- NetMsmqSecurityMode.cs
- DataGridView.cs
- validationstate.cs
- graph.cs
- handlecollector.cs
- OLEDB_Util.cs
- _Win32.cs
- CacheEntry.cs
- PermissionSet.cs
- LifetimeServices.cs
- DataBoundControlActionList.cs
- ClrPerspective.cs
- CalendarButton.cs
- ProcessHostFactoryHelper.cs
- TypeRestriction.cs
- AutomationProperties.cs
- VisualState.cs
- SocketPermission.cs
- BevelBitmapEffect.cs
- TextAction.cs
- ResourceCategoryAttribute.cs
- DrawingImage.cs
- PropertyValueUIItem.cs
- Normalizer.cs
- InputBindingCollection.cs
- WebConfigurationFileMap.cs
- PageAsyncTask.cs
- DecimalStorage.cs
- WinCategoryAttribute.cs
- SafeFindHandle.cs