Class InlinePropertyMap
  
  Represents a inline property to column mapping in the Dynamic Data Store
    Inheritance
    System.Object
    
    InlinePropertyMap
   
  
  
  Assembly: EPiServer.Data.dll
  Version: 12.0.3
  Syntax
  
    public class InlinePropertyMap : PropertyMap
   
  Constructors
  
  
  
  
  InlinePropertyMap(InlinePropertyMap)
  
  
  Declaration
  
    protected InlinePropertyMap(InlinePropertyMap other)
   
  Parameters
  
  
  
  
  InlinePropertyMap(String, Type, Int32, String, String, Int32)
  
  
  Declaration
  
    public InlinePropertyMap(string propertyName, Type propertyType, int version, string columnName, string tableName, int rowIndex)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | propertyName |  | 
      
        | System.Type | propertyType |  | 
      
        | System.Int32 | version |  | 
      
        | System.String | columnName |  | 
      
        | System.String | tableName |  | 
      
        | System.Int32 | rowIndex |  | 
    
  
  Properties
  
  
  
  
  ColumnInfo
  
  
  Declaration
  
    public ColumnInformation ColumnInfo { get; }
   
  Property Value
  
  
  
  
  RowIndex
  The row index for the property
Declaration
  
    public int RowIndex { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Methods
  
  
  
  
  Clone()
  
  
  Declaration
  
    public override PropertyMap Clone()
   
  Returns
  
  Overrides
  
  
  
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | obj |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  Overrides
  
  
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Overrides
  
  Extension Methods