System.Data.ExpressionNode.BindTable C# (CSharp) Méthode

BindTable() protected méthode

protected BindTable ( DataTable table ) : void
table DataTable
Résultat void
        protected void BindTable(DataTable table)
        {
            // when the expression is created, DataColumn may not be associated with a table yet
            _table = table;
        }