Code:
/ FX-1434 / FX-1434 / 1.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
- TypeUtil.cs
- RichTextBoxConstants.cs
- SystemColors.cs
- Byte.cs
- WindowsSecurityTokenAuthenticator.cs
- ScriptModule.cs
- TriState.cs
- CustomError.cs
- XomlSerializationHelpers.cs
- SequentialWorkflowRootDesigner.cs
- ControlIdConverter.cs
- ToolBar.cs
- GeneralTransform3D.cs
- OperatingSystem.cs
- XsltFunctions.cs
- GeometryDrawing.cs
- CodePageEncoding.cs
- __TransparentProxy.cs
- WebZoneDesigner.cs
- MsmqMessageProperty.cs
- TextEffect.cs
- FormViewDeletedEventArgs.cs
- XmlSignificantWhitespace.cs
- DataRelation.cs
- ScriptResourceInfo.cs
- SBCSCodePageEncoding.cs
- ProcessModelInfo.cs
- InvalidWorkflowException.cs
- _DigestClient.cs
- SettingsPropertyValue.cs
- EntitySetRetriever.cs
- ToolStripDropDownDesigner.cs
- MinimizableAttributeTypeConverter.cs
- CachingHintValidation.cs
- GridViewEditEventArgs.cs
- XmlnsDefinitionAttribute.cs
- ControlIdConverter.cs
- DynamicDataRouteHandler.cs
- ServicePointManager.cs
- ComponentResourceKeyConverter.cs
- CommandValueSerializer.cs
- TitleStyle.cs
- GetKeyedHashRequest.cs
- FixedPageStructure.cs
- TableRowCollection.cs
- PointAnimation.cs
- BrushConverter.cs
- PropertyDescriptorCollection.cs
- BezierSegment.cs
- WorkflowRuntimeBehavior.cs
- SolidColorBrush.cs
- AxisAngleRotation3D.cs
- ExtractorMetadata.cs
- GregorianCalendar.cs
- SystemIcmpV6Statistics.cs
- ClientApiGenerator.cs
- ListView.cs
- TextViewSelectionProcessor.cs
- SystemTcpConnection.cs
- ObjectQuery_EntitySqlExtensions.cs
- PasswordBoxAutomationPeer.cs
- XmlDataContract.cs
- SynchronousReceiveBehavior.cs
- CacheHelper.cs
- MatrixAnimationUsingPath.cs
- EncoderBestFitFallback.cs
- HorizontalAlignConverter.cs
- HtmlShim.cs
- ResourceWriter.cs
- CategoryValueConverter.cs
- SaveWorkflowCommand.cs
- IntegerValidatorAttribute.cs
- CodeThrowExceptionStatement.cs
- Message.cs
- XmlStringTable.cs
- CallbackTimeoutsElement.cs
- IisTraceListener.cs
- CharacterBuffer.cs
- HtmlInputSubmit.cs
- WebEvents.cs
- OracleBinary.cs
- DataSpaceManager.cs
- TextRangeAdaptor.cs
- TCEAdapterGenerator.cs
- AlphabeticalEnumConverter.cs
- ResolveCriteria.cs
- VirtualDirectoryMappingCollection.cs
- PermissionSetEnumerator.cs
- ProfileProvider.cs
- SecurityPermission.cs
- TemplateControl.cs
- MarshalByRefObject.cs
- XmlSchemaComplexContent.cs
- TransactionChannelFaultConverter.cs
- AutoGeneratedFieldProperties.cs
- SimpleType.cs
- ContentIterators.cs
- SelectionChangedEventArgs.cs
- Misc.cs
- SqlDelegatedTransaction.cs