DbProviderSpecificTypePropertyAttribute(Boolean) 构造函数

定义

初始化 DbProviderSpecificTypePropertyAttribute 类的新实例。

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

参数

isProviderSpecificTypeProperty
Boolean

指定该属性是否是提供程序特定的属性。

适用于

另请参阅