System.Data.ExpressionNode.BindTable C# (CSharp) 메소드

BindTable() 보호된 메소드

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