Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- CodeConstructor.cs
- DataGridViewControlCollection.cs
- XappLauncher.cs
- CharUnicodeInfo.cs
- PriorityRange.cs
- NotSupportedException.cs
- BaseAddressPrefixFilterElement.cs
- sqlmetadatafactory.cs
- HelpExampleGenerator.cs
- TabControlAutomationPeer.cs
- NativeMethods.cs
- ReadContentAsBinaryHelper.cs
- PaperSource.cs
- GlobalProxySelection.cs
- SimpleBitVector32.cs
- Int16.cs
- SoapSchemaMember.cs
- TraceContext.cs
- MediaElement.cs
- SourceElementsCollection.cs
- IxmlLineInfo.cs
- DbConnectionPoolCounters.cs
- GridViewCommandEventArgs.cs
- DataGridToolTip.cs
- SignedPkcs7.cs
- Filter.cs
- XmlCharType.cs
- PlainXmlDeserializer.cs
- EdmScalarPropertyAttribute.cs
- DirtyTextRange.cs
- DbgCompiler.cs
- StructuredProperty.cs
- TypeInitializationException.cs
- KnownBoxes.cs
- TextInfo.cs
- ColorConverter.cs
- DataGridColumnHeaderCollection.cs
- WebPartConnectionsCancelEventArgs.cs
- SafeReversePInvokeHandle.cs
- MsmqBindingBase.cs
- Attributes.cs
- DataObjectAttribute.cs
- ApplicationProxyInternal.cs
- EntityCommandDefinition.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- Model3D.cs
- HideDisabledControlAdapter.cs
- BypassElement.cs
- XmlNodeList.cs
- UidPropertyAttribute.cs
- SlipBehavior.cs
- LinkArea.cs
- StylusPointDescription.cs
- DoubleCollectionConverter.cs
- XmlSchemaGroup.cs
- HttpProfileBase.cs
- ProxyManager.cs
- DataServiceContext.cs
- ConstraintStruct.cs
- IISUnsafeMethods.cs
- DataViewManagerListItemTypeDescriptor.cs
- ExpressionLink.cs
- HostingEnvironmentException.cs
- DashStyle.cs
- ThousandthOfEmRealPoints.cs
- METAHEADER.cs
- Decorator.cs
- MenuCommandService.cs
- Transform.cs
- ValueOfAction.cs
- PropertyValidationContext.cs
- CompilationUnit.cs
- SHA1.cs
- SplashScreen.cs
- TextMessageEncodingBindingElement.cs
- XmlNodeComparer.cs
- XmlDictionaryWriter.cs
- DrawTreeNodeEventArgs.cs
- Size3D.cs
- ContractListAdapter.cs
- XmlElementCollection.cs
- CriticalHandle.cs
- TextEffect.cs
- DefaultPrintController.cs
- GridViewHeaderRowPresenter.cs
- StronglyTypedResourceBuilder.cs
- MenuItemStyleCollection.cs
- SqlDataAdapter.cs
- ToolStripLabel.cs
- Color.cs
- ListItemParagraph.cs
- HighlightVisual.cs
- ParamArrayAttribute.cs
- Formatter.cs
- followingsibling.cs
- MasterPageBuildProvider.cs
- OleDbPermission.cs
- RemoteAsymmetricSignatureFormatter.cs
- TextParentUndoUnit.cs
- precedingquery.cs