System.Data.TableStructure.TableStructure C# (CSharp) 메소드

TableStructure() 공개 메소드

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