Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. // //[....] //[....] //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RangeContentEnumerator.cs
- SQLGuidStorage.cs
- MetadataSet.cs
- HostedHttpRequestAsyncResult.cs
- EffectiveValueEntry.cs
- ResourceDescriptionAttribute.cs
- ObjectPersistData.cs
- EditorBrowsableAttribute.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- TextElementEditingBehaviorAttribute.cs
- RequestQueue.cs
- PtsCache.cs
- XmlLanguageConverter.cs
- MultiSelector.cs
- ObfuscateAssemblyAttribute.cs
- DbModificationClause.cs
- OutOfMemoryException.cs
- DispatcherExceptionEventArgs.cs
- TemplatePropertyEntry.cs
- remotingproxy.cs
- MessageDispatch.cs
- ConstNode.cs
- TraceLog.cs
- MetabaseServerConfig.cs
- RedBlackList.cs
- TypeForwardedToAttribute.cs
- CompositeTypefaceMetrics.cs
- DescendentsWalker.cs
- SqlMultiplexer.cs
- StringKeyFrameCollection.cs
- FontNamesConverter.cs
- PipelineModuleStepContainer.cs
- WebPermission.cs
- TextTreeInsertUndoUnit.cs
- UpdateDelegates.Generated.cs
- TabletDevice.cs
- EmptyReadOnlyDictionaryInternal.cs
- EventHandlersDesigner.cs
- TablePatternIdentifiers.cs
- MultipleViewPattern.cs
- ScriptResourceHandler.cs
- DataGridViewCellConverter.cs
- MD5CryptoServiceProvider.cs
- SecureUICommand.cs
- ClientScriptManager.cs
- IconConverter.cs
- Bezier.cs
- SafeRegistryHandle.cs
- InternalUserCancelledException.cs
- AutomationEvent.cs
- ProfileInfo.cs
- ConvertersCollection.cs
- NumberFunctions.cs
- _SafeNetHandles.cs
- XsdValidatingReader.cs
- CatalogPartDesigner.cs
- XamlValidatingReader.cs
- RSAPKCS1KeyExchangeFormatter.cs
- InternalConfigEventArgs.cs
- PropertyRecord.cs
- XPathException.cs
- RotateTransform.cs
- SByteConverter.cs
- SecurityAttributeGenerationHelper.cs
- HttpServerVarsCollection.cs
- SqlServer2KCompatibilityCheck.cs
- DataExpression.cs
- ConstraintConverter.cs
- WriteStateInfoBase.cs
- Signature.cs
- KeyInstance.cs
- SqlCharStream.cs
- Serializer.cs
- PeerNearMe.cs
- SqlClientWrapperSmiStreamChars.cs
- XmlRawWriter.cs
- InputQueueChannelAcceptor.cs
- ValidationHelper.cs
- ObjectDataSource.cs
- AutomationTextAttribute.cs
- MailAddressCollection.cs
- TableProviderWrapper.cs
- CacheForPrimitiveTypes.cs
- StateRuntime.cs
- DelayedRegex.cs
- ContextQuery.cs
- DbConnectionInternal.cs
- ArrangedElement.cs
- Calendar.cs
- PolyLineSegmentFigureLogic.cs
- PassportPrincipal.cs
- DocumentGrid.cs
- PictureBoxDesigner.cs
- MediaContextNotificationWindow.cs
- SplineKeyFrames.cs
- ResourcePropertyMemberCodeDomSerializer.cs
- PropertyInfo.cs
- listitem.cs
- DataGridTextBoxColumn.cs
- ConstructorNeedsTagAttribute.cs