Class DataParameter
  
  
  
  
    Inheritance
    System.Object
    DataParameter
   
  
    Implements
    System.IComparable
   
  
  Assembly: Mediachase.DataProvider.dll
  Version: 14.26.0
  
  
    public class DataParameter : Object, IComparable
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public DataParameter(string name, DataParameterType providerType)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public DataParameter(string name, DataParameterType providerType, int size)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | name |  | 
      
        | DataParameterType | providerType |  | 
      
        | System.Int32 | size |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public DataParameter(string name, object value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | name |  | 
      
        | System.Object | value |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public DataParameter(string name, object value, DataParameterType providerType)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | name |  | 
      
        | System.Object | value |  | 
      
        | DataParameterType | providerType |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public DataParameter(string name, object value, DataParameterType providerType, int size)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | name |  | 
      
        | System.Object | value |  | 
      
        | DataParameterType | providerType |  | 
      
        | System.Int32 | size |  | 
    
  
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public string ColumnName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public ParameterDirection Direction { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Data.ParameterDirection |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public string ParamName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public DataParameterType ProviderType { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public int Size { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  
  Gets or sets the type name of the UDT.
Declaration
  
    public string UdtTypeName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  
  
  
  
  
  Declaration
  
    public object Value { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Object |  | 
    
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    public int CompareTo(object obj)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | obj |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Implements
  
      System.IComparable