Click or drag to resize
MapTPocoTableName Method
Specifies what table to map the POCO to.

Namespace: Dse.Mapping
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public Map<TPoco> TableName(
	string tableName
)

Parameters

tableName
Type: SystemString

Return Value

Type: MapTPoco
See Also