Vertaling van "IDataReader" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Rellena un conjunto de datos con los valores de una fuente de datos utilizando el IDataReader suministrado, utilizando una matriz de cadenas para suministrar los nombres de las tablas dentro del DataSet.
Fills a DataSet with values from a data source using the supplied IDataReader, using an array of strings to supply the names for the tables within the DataSet.
Rellena un conjunto de datos con los valores de una fuente de datos utilizando el IDataReader suministrado, utilizando un conjunto de instancias de DataTable para suministrar la información de esquema y espacio de nombres.
Fills a DataSet with values from a data source using the supplied IDataReader, using an array of DataTable instances to supply the schema and namespace information.
¿Podría ser posible implementar IDataReader en una lista? ...
Could it be possible to implement IDataReader on a List? ... Thanks!
IDataReader Proporciona un medio para leer una o más secuencias de solo avance de conjuntos de resultados obtenidos mediante la ejecución de un comando en un origen de datos.
Provides a means of reading one or more forward-only streams of result sets obtained by executing a command at a data source, and is implemented by.NET Framework data providers that access relational databases.
Andere resultaten
El objeto DataReader es una alternativa a la combinación DataSet y DataAdapter.
The DataReader object is an alternative to the DataSet and DataAdapter combination.
Si solamente necesita leer los resultados de una consulta, el DataReader es la mejor elección.
If you only need to read the results of a query, the DataReader is the better choice.
El objeto DataReader proporciona una secuencia de datos de alto rendimiento desde el origen de datos.
The DataReader provides a high-performance stream of data from the data source.
Utilice la flecha roja desde el origen de DataReader para conectarlo al destino recién agregado.
Use the red arrow from the DataReader source to connect it to the newly added destination.
Rendimiento/ Rapidez de generación Si usas un datareader y vuelcas el contenido como un stream writer, va como una moto.
Performance/ Speed of generation If you are using a datareader and a stream writer, it runs like a rocket.
Si, tu eres el responsable de darle los datos al CSV y ejecutar el datareader.
Yes, you are the one responsible of feeding the CSV, and execute the datareader.
Sin embargo, no debe almacenar en memoria caché objetos que contengan recursos o que mantengan estados que no pueden compartir con varias solicitudes, como un objeto DataReader abierto.
However, you should not cache objects that hold resources or that maintain state that cannot be shared among multiple requests, such as an open DataReader object.
Abrir el Editor avanzado para el origen de DataReader cuadro de diálogo en el Diseñador de flujo de datos.
Open the Advanced Editor for DataReader Source dialog box in the Data Flow designer.
Ya hay un DataReader abierto asociado con este comando que debe cerrar primero 927455
There is already an open DataReader associated with this Command which must be closed first 927455