DbProviderSpecificTypePropertyAttribute.IsProviderSpecificTypeProperty Property

Definition

Indicates whether the attributed property is a provider-specific type.

public:
 property bool IsProviderSpecificTypeProperty { bool get(); };
public bool IsProviderSpecificTypeProperty { get; }
member this.IsProviderSpecificTypeProperty : bool
Public ReadOnly Property IsProviderSpecificTypeProperty As Boolean

Property Value

true if the property that this attribute is applied to is a provider-specific type property; otherwise false.

Applies to

See also