System.Data.TableStructureCollection.Add C# (CSharp) Method

Add() public method

public Add ( TableStructure table ) : void
table TableStructure
return void
		public void Add (TableStructure table)
		{
			List.Add (table);
		}
TableStructureCollection