IDataUnpacker.GetDataTable Method
.NET Standard 2.x
Gets the DataTable
object created by the specified element.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
GetDataTable([NotNull]thisIDataUnpacker dataUnPackage, [NotNull]string key) | Gets the DataTable object created by the specified element. |
GetDataTable([NotNull]this IDataUnpacker dataUnPackage, [NotNull]string key, [NotNull]MappingMethod mappingMethod) | Gets the DataTable object created by the specified element. You can also specify the mapping method for importing data into the DataTable object. |