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 | 
    
    
      
        | System.String | dbType |  | 
    
  
  
    View Source
  
  SpecialDbType(SpecialDbTypes)
  
  
  Declaration
  
    public SpecialDbType(SpecialDbTypes specialDbTypes)
   
  Parameters
  
  Properties
  
  
    View Source
  
  NCHAR
  
  
  Declaration
  
    public static readonly SpecialDbType NCHAR { get; }
   
  Property Value
  
  
    View Source
  
  NTEXT
  
  
  Declaration
  
    public static readonly SpecialDbType NTEXT { get; }
   
  Property Value
  
  
    View Source
  
  NVARCHARMAX
  
  
  Declaration
  
    public static readonly SpecialDbType NVARCHARMAX { get; }
   
  Property Value
  
  Methods
  
  
    View Source
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | obj |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  Equals(SpecialDbType)
  
  
  Declaration
  
    public bool Equals(SpecialDbType other)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Operators
  
  
    View Source
  
  Equality(SpecialDbTypes, SpecialDbType)
  
  
  Declaration
  
    public static bool operator ==(SpecialDbTypes x, SpecialDbType y)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  Implicit(SpecialDbType to String)
  
  
  Declaration
  
    public static implicit operator string (SpecialDbType dbType)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Inequality(SpecialDbTypes, SpecialDbType)
  
  
  Declaration
  
    public static bool operator !=(SpecialDbTypes x, SpecialDbType y)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  |