C# Class Z.Expressions.SqlServer.Eval.DataTableHelper

Afficher le fichier Open project: zzzprojects/Eval-SQL.NET

Méthodes publiques

Méthode Description
GetDataRows ( object value ) : IEnumerable

Gets the DataRow collections built from the value.

GetDataTable ( object value ) : DataTable

Gets a DataTable built from the value.

Method Details

GetDataRows() public static méthode

Gets the DataRow collections built from the value.
public static GetDataRows ( object value ) : IEnumerable
value object The value.
Résultat IEnumerable

GetDataTable() public static méthode

Gets a DataTable built from the value.
Thrown when an exception error condition occurs.
public static GetDataTable ( object value ) : DataTable
value object The value.
Résultat System.Data.DataTable