Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Lit un flux binaire de la colonne spécifiée
Espace de nom : Developpez.Dotnet.DataAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static long GetBytes( this IDataRecord record, string name, long dataOffset, byte[] buffer, int bufferOffset, int length ) |
Visual Basic (Déclaration) |
---|
<ExtensionAttribute> _ Public Shared Function GetBytes ( _ record As IDataRecord, _ name As String, _ dataOffset As Long, _ buffer As Byte(), _ bufferOffset As Integer, _ length As Integer _ ) As Long |
Visual C++ |
---|
public: [ExtensionAttribute] static long long GetBytes( IDataRecord^ record, String^ name, long long dataOffset, array<unsigned char>^ buffer, int bufferOffset, int length ) |
Paramètres
- record
- Type: System.Data..::..IDataRecord
Le IDataRecord qui contient les données
- name
- Type: System..::..String
Le nom de la colonne à lire
- dataOffset
- Type: System..::..Int64
La position à laquelle commence la lecture dans la colonne
- buffer
- Type: array<System..::..Byte>[]()[][]
Le buffer de destination
- bufferOffset
- Type: System..::..Int32
La position à laquelle commence l'écriture dans le buffer
- length
- Type: System..::..Int32
Le nombre maximum d'octets à lire