Table of Contents

TLinqDataTable.Data Property

Data on this table. It might be null, if this table is linked to another.

Syntax

Namespace: FlexCel.Report

protected IQueryable<T> Data { get; set; }

See also