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
- CroppedBitmap.cs
- UsernameTokenFactoryCredential.cs
- StoryFragments.cs
- HashMembershipCondition.cs
- WinInetCache.cs
- EditableRegion.cs
- PrintingPermission.cs
- FatalException.cs
- BuildResult.cs
- AnnotationDocumentPaginator.cs
- HierarchicalDataBoundControl.cs
- SQLRoleProvider.cs
- Visual3D.cs
- HScrollBar.cs
- SqlClientWrapperSmiStreamChars.cs
- ChangeInterceptorAttribute.cs
- DBBindings.cs
- ControlValuePropertyAttribute.cs
- BindingBase.cs
- DataGridViewComboBoxCell.cs
- DispatcherExceptionFilterEventArgs.cs
- ValidationVisibilityAttribute.cs
- InvalidComObjectException.cs
- PropertyTabChangedEvent.cs
- FixUp.cs
- CompilerWrapper.cs
- DBSqlParserTableCollection.cs
- SafeSecurityHandles.cs
- TraceSection.cs
- BrowsableAttribute.cs
- AnimatedTypeHelpers.cs
- StyleModeStack.cs
- CardSpaceSelector.cs
- DiscoveryServerProtocol.cs
- MultipleViewPatternIdentifiers.cs
- ScriptReference.cs
- DesignTimeParseData.cs
- InputScope.cs
- Int32Rect.cs
- ListControl.cs
- BufferBuilder.cs
- MsmqIntegrationElement.cs
- DataGridViewTopRowAccessibleObject.cs
- RequestNavigateEventArgs.cs
- ImageIndexConverter.cs
- LogEntryHeaderDeserializer.cs
- DataRowChangeEvent.cs
- XmlIlVisitor.cs
- basecomparevalidator.cs
- BitFlagsGenerator.cs
- ViewEvent.cs
- CardSpacePolicyElement.cs
- ComponentChangingEvent.cs
- TypeUtil.cs
- CharEntityEncoderFallback.cs
- SearchForVirtualItemEventArgs.cs
- mansign.cs
- ConfigurationPropertyCollection.cs
- ResXResourceSet.cs
- LinkedResourceCollection.cs
- SafeEventLogWriteHandle.cs
- EntityTypeBase.cs
- WindowsTitleBar.cs
- Debug.cs
- MobileComponentEditorPage.cs
- SafeCoTaskMem.cs
- MutexSecurity.cs
- ItemContainerGenerator.cs
- ProcessingInstructionAction.cs
- Span.cs
- PackageDigitalSignatureManager.cs
- UIElementParaClient.cs
- IdentityManager.cs
- FilterQueryOptionExpression.cs
- TextTreeTextElementNode.cs
- ClientTargetSection.cs
- FormViewDeleteEventArgs.cs
- CubicEase.cs
- BlurBitmapEffect.cs
- Matrix3D.cs
- StreamReader.cs
- XmlSchemaValidationException.cs
- OutKeywords.cs
- TransformedBitmap.cs
- TemplateParser.cs
- FreezableDefaultValueFactory.cs
- DataGridViewButtonColumn.cs
- CompiledRegexRunner.cs
- AdapterUtil.cs
- PassportAuthenticationModule.cs
- XmlILConstructAnalyzer.cs
- fixedPageContentExtractor.cs
- documentsequencetextview.cs
- PriorityBinding.cs
- counter.cs
- TemplateBindingExtensionConverter.cs
- ProxySimple.cs
- QueryableFilterRepeater.cs
- AsyncCodeActivityContext.cs
- FileDialog.cs