System.Data.TableStructure.TableStructure C# (CSharp) Method

TableStructure() public method

public TableStructure ( DataTable table ) : System
table DataTable
return System
		public TableStructure (DataTable table)
		{
			this.Table = table;
		}