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
- SubqueryRules.cs
- IPCCacheManager.cs
- RelationshipFixer.cs
- SQLInt32.cs
- Rotation3D.cs
- HttpDictionary.cs
- complextypematerializer.cs
- ObjectTag.cs
- IOException.cs
- WebPartConnectionsCancelVerb.cs
- NativeMethods.cs
- CheckBox.cs
- RNGCryptoServiceProvider.cs
- ObjectQueryState.cs
- NavigationPropertyEmitter.cs
- WindowsFont.cs
- PathSegmentCollection.cs
- XMLUtil.cs
- XmlNodeChangedEventArgs.cs
- CultureNotFoundException.cs
- EditorBrowsableAttribute.cs
- SystemNetHelpers.cs
- StringPropertyBuilder.cs
- ErrorWebPart.cs
- Validator.cs
- SessionPageStatePersister.cs
- ContentType.cs
- XslTransform.cs
- MappingMetadataHelper.cs
- MenuItemCollection.cs
- AstTree.cs
- followingquery.cs
- NavigationProperty.cs
- Visual3D.cs
- ListControl.cs
- MetadataLocation.cs
- DesignerObjectListAdapter.cs
- nulltextcontainer.cs
- ColumnClickEvent.cs
- TransactionScope.cs
- SystemInfo.cs
- MsmqHostedTransportManager.cs
- AssemblySettingAttributes.cs
- WebServiceClientProxyGenerator.cs
- CodeTypeDelegate.cs
- ItemCollection.cs
- DataBinding.cs
- QuadraticEase.cs
- ValidationResult.cs
- FlagsAttribute.cs
- MetaType.cs
- SecureStringHasher.cs
- ReadWriteSpinLock.cs
- MembershipValidatePasswordEventArgs.cs
- XmlSecureResolver.cs
- AudioStateChangedEventArgs.cs
- StatementContext.cs
- EventRoute.cs
- TripleDESCryptoServiceProvider.cs
- ConfigXmlText.cs
- XmlSecureResolver.cs
- KeyBinding.cs
- MailAddressCollection.cs
- CodeCommentStatement.cs
- TdsValueSetter.cs
- WeakReferenceList.cs
- TextElement.cs
- Route.cs
- Transform.cs
- TextElementEditingBehaviorAttribute.cs
- WebBrowsableAttribute.cs
- VariableAction.cs
- ConfigurationPropertyAttribute.cs
- GridViewCancelEditEventArgs.cs
- FixedPageProcessor.cs
- CustomAttribute.cs
- ReachDocumentPageSerializer.cs
- SafeIUnknown.cs
- GeometryGroup.cs
- BitmapEditor.cs
- ToolboxCategory.cs
- BCLDebug.cs
- Compiler.cs
- CopyNodeSetAction.cs
- FileDialog.cs
- ExpressionPrinter.cs
- IndexerNameAttribute.cs
- ByteAnimationBase.cs
- DataGridViewRow.cs
- DataGrid.cs
- Lease.cs
- KeyValueConfigurationElement.cs
- GridViewUpdatedEventArgs.cs
- ScriptingProfileServiceSection.cs
- PriorityBinding.cs
- TimeSpanOrInfiniteValidator.cs
- StylusPointPropertyUnit.cs
- ErrorFormatterPage.cs
- AddInController.cs
- TextTreeNode.cs