System.Data.ExpressionNode.BindTable C# (CSharp) Method

BindTable() protected method

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