Class DataSet<T>
Represents an in-memory collection of data.
Implements
System.Collections.Generic.IList<DataRow>
System.Collections.Generic.ICollection<DataRow>
System.Collections.Generic.IReadOnlyList<DataRow>
System.Collections.Generic.IReadOnlyCollection<DataRow>
System.Collections.Generic.IEnumerable<DataRow>
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 abstract class DataSet<T> : DataSet, IList<DataRow>, ICollection<DataRow>, IReadOnlyList<DataRow>, IReadOnlyCollection<DataRow>, IEnumerable<DataRow>, IEnumerable, IJsonView where T : class, IEntity, new()
Type Parameters
Name | Description |
---|---|
T | The type of the model. |
Properties
Name | Description |
---|---|
_ | Gets the entity associated with this DataSet. |
Entity | Gets the entity of this DataSet. |
Model |