View Source
Struct SpecialDbType
Allows for specifying custom DB types that are not natively mapped.
Assembly: Umbraco.Infrastructure.dll
Syntax
public struct SpecialDbType
Constructors
View Source
SpecialDbType(string)
Declaration
public SpecialDbType(string dbType)
Parameters
| Type |
Name |
Description |
| string |
dbType |
|
View Source
SpecialDbType(SpecialDbTypes)
Declaration
public SpecialDbType(SpecialDbTypes specialDbTypes)
Parameters
Properties
View Source
NCHAR
Declaration
public static SpecialDbType NCHAR { get; }
Property Value
View Source
NTEXT
Declaration
[Obsolete("Use NVARCHARMAX instead")]
public static SpecialDbType NTEXT { get; }
Property Value
View Source
NVARCHARMAX
Declaration
public static SpecialDbType NVARCHARMAX { get; }
Property Value
Methods
View Source
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
View Source
Equals(SpecialDbType)
Declaration
public bool Equals(SpecialDbType other)
Parameters
Returns
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
View Source
ToString()
Declaration
public override string ToString()
Returns
Operators
View Source
operator ==(SpecialDbTypes, SpecialDbType)
Declaration
public static bool operator ==(SpecialDbTypes x, SpecialDbType y)
Parameters
Returns
View Source
implicit operator string(SpecialDbType)
Declaration
public static implicit operator string(SpecialDbType dbType)
Parameters
Returns
View Source
operator !=(SpecialDbTypes, SpecialDbType)
Declaration
public static bool operator !=(SpecialDbTypes x, SpecialDbType y)
Parameters
Returns