|  | IColumnValuesT Interface | 
Namespace: EBP.Api.Interfaces.Entity
 Syntax
Syntaxpublic interface IColumnValues<T> : IEnumerable<IColumnValue>, IEnumerable, IDisposable, IEquatable<IProxy>
The IColumnValuesT type exposes the following members.
 Properties
Properties Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | Find | 
            Find a column values by its value
             | 
|  | GetEnumerator | Returns an enumerator that iterates through the collection.(Inherited from IEnumerableIColumnValue.) | 
 See Also
See Also