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
- DataGridViewRowCancelEventArgs.cs
- ColorInterpolationModeValidation.cs
- UIElement3D.cs
- AccessDataSourceView.cs
- AutoGeneratedFieldProperties.cs
- ValueUnavailableException.cs
- URLAttribute.cs
- TrackingConditionCollection.cs
- OuterGlowBitmapEffect.cs
- NamespaceQuery.cs
- PrtCap_Base.cs
- BreakRecordTable.cs
- HotCommands.cs
- Vector3D.cs
- clipboard.cs
- ToolboxBitmapAttribute.cs
- SafeCertificateContext.cs
- StartUpEventArgs.cs
- ContentPlaceHolder.cs
- BinaryFormatterWriter.cs
- SmiRecordBuffer.cs
- ResourceReferenceExpression.cs
- ReceiveMessageRecord.cs
- EventLogTraceListener.cs
- DispatchChannelSink.cs
- SiteMapNodeCollection.cs
- CornerRadius.cs
- TraceRecords.cs
- SizeChangedInfo.cs
- ElementMarkupObject.cs
- NativeMethodsCLR.cs
- HandlerWithFactory.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- SchemaObjectWriter.cs
- XamlToRtfWriter.cs
- TagNameToTypeMapper.cs
- ScrollChrome.cs
- UpDownEvent.cs
- InvalidEnumArgumentException.cs
- DataTableNewRowEvent.cs
- NoPersistHandle.cs
- StringAnimationUsingKeyFrames.cs
- IndentTextWriter.cs
- AuthenticationServiceManager.cs
- Int32Collection.cs
- SubstitutionDesigner.cs
- UInt64Storage.cs
- DoubleConverter.cs
- NamespaceMapping.cs
- DbConvert.cs
- CursorEditor.cs
- CommandSet.cs
- AccessibleObject.cs
- Lease.cs
- XPathBinder.cs
- SqlTrackingWorkflowInstance.cs
- SslStream.cs
- KoreanCalendar.cs
- QueryCacheManager.cs
- RegexTree.cs
- MaskedTextBox.cs
- IDReferencePropertyAttribute.cs
- ArraySegment.cs
- basevalidator.cs
- ColorConvertedBitmap.cs
- CTreeGenerator.cs
- ApplicationInterop.cs
- DataRecordInfo.cs
- _ContextAwareResult.cs
- ActivationServices.cs
- CollectionsUtil.cs
- SafeUserTokenHandle.cs
- DataGridViewImageColumn.cs
- SerializerWriterEventHandlers.cs
- TraceData.cs
- ValidationManager.cs
- ImageProxy.cs
- CodeCatchClauseCollection.cs
- FileDialog.cs
- ProxyWebPartConnectionCollection.cs
- VersionUtil.cs
- SystemIcmpV4Statistics.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- SafeSecurityHelper.cs
- OdbcConnectionStringbuilder.cs
- KeyMatchBuilder.cs
- DatePickerTextBox.cs
- SHA1Managed.cs
- SignedPkcs7.cs
- NativeMethods.cs
- MasterPage.cs
- ExpanderAutomationPeer.cs
- DiscreteKeyFrames.cs
- MinMaxParagraphWidth.cs
- XmlCompatibilityReader.cs
- TextReader.cs
- PageCodeDomTreeGenerator.cs
- TypeToken.cs
- _ScatterGatherBuffers.cs
- PartitionResolver.cs