Class Adhoc
Model for adhoc queries.
Implements
System.Collections.Generic.IReadOnlyCollection<Model>
    System.Collections.Generic.IEnumerable<Model>
    System.Collections.IEnumerable
    
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public class Adhoc : Model, IDesignable, IModels, IReadOnlyCollection<Model>, IEnumerable<Model>, IEnumerable, IEntity
  Properties
| Name | Description | 
|---|---|
| Columns | Gets the column collection.  | 
      
| Item[Int32] | Gets the column at specified index.  | 
      
Methods
| Name | Description | 
|---|---|
| AddColumn<T>(T, Boolean, Action<T>) | Adds a new column to this adhoc model, from existing column.  | 
      
| AddColumn<T>(Mounter<T>, Boolean, Action<T>) | Adds a new column to this adhoc model, from existing column property.  | 
      
| AddColumn<T>(Action<T>) | Adds a new column to this adhoc model, with optional column initializer.  | 
      
| GetColumn<T>() | Gets the first column.  | 
      
| GetColumn<T>(Int32) | Gets the column by index.  | 
      
| GetColumn<T>(String) | Gets the column by name.  |