Click or drag to resize

IColumnValuesT Interface

EntityMember Column Values

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IColumnValues<T> : IEnumerable<IColumnValue>, 
	IEnumerable, IDisposable, IEquatable<IProxy>

Type Parameters

T
column value's type

The IColumnValuesT type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of values.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodFind
Find a column values by its value
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIColumnValue.)
Top
See Also