C# Class System.Data.TableMappingCollection

Inheritance: System.Collections.CollectionBase
显示文件 Open project: kumpera/mono

Public Methods

Method Description
Add ( TableMapping map ) : void
this ( string name ) : TableMapping

Method Details

Add() public method

public Add ( TableMapping map ) : void
map TableMapping
return void

this() public method

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