C# Класс System.Data.TableStructureCollection

Наследование: System.Collections.CollectionBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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