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
- DispatcherEventArgs.cs
- DependencyPropertyValueSerializer.cs
- ZipIOExtraFieldPaddingElement.cs
- WorkflowQueueInfo.cs
- CaseInsensitiveOrdinalStringComparer.cs
- ExclusiveCanonicalizationTransform.cs
- ElementAction.cs
- ExtendedPropertyDescriptor.cs
- GrammarBuilderBase.cs
- ActivityPreviewDesigner.cs
- OperationCanceledException.cs
- PKCS1MaskGenerationMethod.cs
- ChangePasswordAutoFormat.cs
- EntityViewContainer.cs
- SecurityCriticalDataForSet.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- XmlSchemaSimpleContent.cs
- CompoundFileDeflateTransform.cs
- ContainerSelectorGlyph.cs
- TargetControlTypeAttribute.cs
- Rotation3DAnimationBase.cs
- Type.cs
- WebBrowserDesigner.cs
- HWStack.cs
- LinqDataSourceDeleteEventArgs.cs
- LinearKeyFrames.cs
- WindowsGraphicsCacheManager.cs
- HtmlAnchor.cs
- KeyEventArgs.cs
- DragDropHelper.cs
- LongAverageAggregationOperator.cs
- ExtensionCollection.cs
- webbrowsersite.cs
- Operators.cs
- DataGridLength.cs
- LinqDataSourceValidationException.cs
- RowSpanVector.cs
- CodeGotoStatement.cs
- GridView.cs
- regiisutil.cs
- XmlIgnoreAttribute.cs
- DocumentViewerBase.cs
- ElementProxy.cs
- MobileUserControlDesigner.cs
- VirtualDirectoryMappingCollection.cs
- AuthenticationSection.cs
- DrawItemEvent.cs
- ProxyFragment.cs
- CodeTypeDelegate.cs
- EarlyBoundInfo.cs
- KeyboardNavigation.cs
- SqlGatherConsumedAliases.cs
- InputLanguageEventArgs.cs
- OneToOneMappingSerializer.cs
- OLEDB_Enum.cs
- DefaultValidator.cs
- RubberbandSelector.cs
- ProxySimple.cs
- Formatter.cs
- EntityDataSourceView.cs
- DataBindingExpressionBuilder.cs
- WindowsAuthenticationModule.cs
- Vector3DAnimationBase.cs
- SqlBulkCopyColumnMapping.cs
- VirtualPathData.cs
- Transform3D.cs
- DefaultValueAttribute.cs
- AutomationElement.cs
- HttpModulesSection.cs
- XmlMembersMapping.cs
- CodeExporter.cs
- regiisutil.cs
- System.Data_BID.cs
- CheckBoxRenderer.cs
- Util.cs
- StringOutput.cs
- DataMemberFieldEditor.cs
- DtdParser.cs
- ProfileEventArgs.cs
- InvalidOleVariantTypeException.cs
- DiagnosticsConfiguration.cs
- DataSourceDesigner.cs
- WebPart.cs
- Double.cs
- Transform3D.cs
- XmlSchemaValidator.cs
- DataChangedEventManager.cs
- Vector3DAnimationUsingKeyFrames.cs
- VirtualPath.cs
- DateTimeOffset.cs
- DataGridViewColumnConverter.cs
- SeekStoryboard.cs
- Events.cs
- SEHException.cs
- VisualProxy.cs
- XmlILIndex.cs
- TerminateSequenceResponse.cs
- X509Chain.cs
- EFDataModelProvider.cs
- InternalConfigEventArgs.cs