C# 클래스 System.Data.TableStructureCollection

상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
Add ( TableStructure table ) : void
this ( int i ) : TableStructure
this ( string name ) : TableStructure

메소드 상세

Add() 공개 메소드

public Add ( TableStructure table ) : void
table TableStructure
리턴 void

this() 공개 메소드

public this ( int i ) : TableStructure
i int
리턴 TableStructure

this() 공개 메소드

public this ( string name ) : TableStructure
name string
리턴 TableStructure