Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DbProviderSpecificTypePropertyAttribute.cs
Go to the documentation of this file.
1
namespace
System.Data.Common
;
2
3
[AttributeUsage(
AttributeTargets
.Property, AllowMultiple =
false
, Inherited =
true
)]
4
public
sealed
class
DbProviderSpecificTypePropertyAttribute
:
Attribute
5
{
6
public
bool
IsProviderSpecificTypeProperty
{
get
; }
7
8
public
DbProviderSpecificTypePropertyAttribute
(
bool
isProviderSpecificTypeProperty)
9
{
10
IsProviderSpecificTypeProperty
= isProviderSpecificTypeProperty;
11
}
12
}
System.Attribute
Definition
Attribute.cs:12
System.Data.Common.DbProviderSpecificTypePropertyAttribute.DbProviderSpecificTypePropertyAttribute
DbProviderSpecificTypePropertyAttribute(bool isProviderSpecificTypeProperty)
Definition
DbProviderSpecificTypePropertyAttribute.cs:8
System.Data.Common.DbProviderSpecificTypePropertyAttribute.IsProviderSpecificTypeProperty
bool IsProviderSpecificTypeProperty
Definition
DbProviderSpecificTypePropertyAttribute.cs:6
System.Data.Common.DbProviderSpecificTypePropertyAttribute
Definition
DbProviderSpecificTypePropertyAttribute.cs:5
System.Data.Common
Definition
ADP.cs:12
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Data.Common
System.Data.Common
DbProviderSpecificTypePropertyAttribute.cs
Generated by
1.10.0