[]
Configurates TableName. Sets the name of the table (entity) that this collection is bound to.
public TBuilder TableName(string value)
Public Function TableName(value As String) As TBuilder
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |