 | ExportItemDataRows Property |
Datarows of this item. The Item2 of the Tuple is top assembly configuration.
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic IEnumerable<Tuple<ExportDataRow, string>> DataRows { get; }
Public ReadOnly Property DataRows As IEnumerable(Of Tuple(Of ExportDataRow, String))
Get
Property Value
Type:
IEnumerableTupleExportDataRow,
String
See Also