RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

TableDefinitionBase..::..HasTableName Method

Sets the name of the table.

Namespace:  RingSoft.DbLookup.ModelDefinition
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public TableDefinitionBase HasTableName(
	string name
)
Public Function HasTableName ( _
	name As String _
) As TableDefinitionBase
public:
TableDefinitionBase^ HasTableName(
	String^ name
)

Parameters

name
Type: String
The database table name.

Return Value

TableDefinitionBase.