System.Data.DataRowBuilder.DataRowBuilder C# (CSharp) Méthode

DataRowBuilder() private méthode

private DataRowBuilder ( DataTable table, int record ) : System.Collections
table DataTable
record int
Résultat System.Collections
        internal DataRowBuilder(DataTable table, int record)
        {
            _table = table;
            _record = record;
        }
    }
DataRowBuilder