C# Class System.Data.TableStructureCollection

Inheritance: System.Collections.CollectionBase
显示文件 Open project: runefs/Marvin

Public Methods

Method Description
Add ( TableStructure table ) : void
this ( int i ) : TableStructure
this ( string name ) : TableStructure

Method Details

Add() public method

public Add ( TableStructure table ) : void
table TableStructure
return void

this() public method

public this ( int i ) : TableStructure
i int
return TableStructure

this() public method

public this ( string name ) : TableStructure
name string
return TableStructure