DataFrame.LoadFrom Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| LoadFrom(DbDataAdapter) | |
| LoadFrom(DbDataReader) | |
| LoadFrom(IEnumerable<IList<Object>>, IList<ValueTuple<String,Type>>) |
LoadFrom(DbDataAdapter)
- Source:
- DataFrame.Arrow.cs
- Source:
- DataFrame.Arrow.cs
- Source:
- DataFrame.Arrow.cs
public static System.Threading.Tasks.Task<Microsoft.Data.Analysis.DataFrame> LoadFrom(System.Data.Common.DbDataAdapter adapter);
static member LoadFrom : System.Data.Common.DbDataAdapter -> System.Threading.Tasks.Task<Microsoft.Data.Analysis.DataFrame>
Public Shared Function LoadFrom (adapter As DbDataAdapter) As Task(Of DataFrame)
Parámetros
- adapter
- DbDataAdapter
Devoluciones
Se aplica a
LoadFrom(DbDataReader)
- Source:
- DataFrame.Arrow.cs
- Source:
- DataFrame.Arrow.cs
- Source:
- DataFrame.Arrow.cs
public static System.Threading.Tasks.Task<Microsoft.Data.Analysis.DataFrame> LoadFrom(System.Data.Common.DbDataReader reader);
static member LoadFrom : System.Data.Common.DbDataReader -> System.Threading.Tasks.Task<Microsoft.Data.Analysis.DataFrame>
Public Shared Function LoadFrom (reader As DbDataReader) As Task(Of DataFrame)
Parámetros
- reader
- DbDataReader
Devoluciones
Se aplica a
LoadFrom(IEnumerable<IList<Object>>, IList<ValueTuple<String,Type>>)
- Source:
- DataFrame.IO.cs
- Source:
- DataFrame.IO.cs
- Source:
- DataFrame.IO.cs
public static Microsoft.Data.Analysis.DataFrame LoadFrom(System.Collections.Generic.IEnumerable<System.Collections.Generic.IList<object>> vals, System.Collections.Generic.IList<(string, Type)> columnInfos);
static member LoadFrom : seq<System.Collections.Generic.IList<obj>> * System.Collections.Generic.IList<ValueTuple<string, Type>> -> Microsoft.Data.Analysis.DataFrame
Public Shared Function LoadFrom (vals As IEnumerable(Of IList(Of Object)), columnInfos As IList(Of ValueTuple(Of String, Type))) As DataFrame
Parámetros
- vals
- IEnumerable<IList<Object>>
- columnInfos
- IList<ValueTuple<String,Type>>