DbProviderSpecificTypePropertyAttribute(Boolean) Constructor

Definition

Initializes a new instance of the DbProviderSpecificTypePropertyAttribute class.

public:
 DbProviderSpecificTypePropertyAttribute(bool isProviderSpecificTypeProperty);
public DbProviderSpecificTypePropertyAttribute (bool isProviderSpecificTypeProperty);
new System.Data.Common.DbProviderSpecificTypePropertyAttribute : bool -> System.Data.Common.DbProviderSpecificTypePropertyAttribute
Public Sub New (isProviderSpecificTypeProperty As Boolean)

Parameters

isProviderSpecificTypeProperty
Boolean

Specifies whether this property is a provider-specific property.

Applies to

See also