System.Data.RecordManager.ImportRecord C# (CSharp) Méthode

ImportRecord() private méthode

private ImportRecord ( DataTable src, int record ) : int
src DataTable
record int
Résultat int
        internal int ImportRecord(DataTable src, int record)
        {
            return CopyRecord(src, record, -1);
        }