C# Class DotNetWorkQueue.Transport.SqlServer.Schema.TableInfo

Name and schema owner
Show file Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
TableInfo ( string name, string owner )

Initializes a new instance of the TableInfo class.

Method Details

TableInfo() public method

Initializes a new instance of the TableInfo class.
public TableInfo ( string name, string owner )
name string The name.
owner string The owner.