System.Data.DataRowBuilder.DataRowBuilder C# (CSharp) Метод

DataRowBuilder() приватный Метод

private DataRowBuilder ( DataTable table, int record ) : System.Collections
table DataTable
record int
Результат System.Collections
        internal DataRowBuilder(DataTable table, int record)
        {
            _table = table;
            _record = record;
        }
    }
DataRowBuilder