Configurates
C1.Web.Mvc.BaseODataCollectionViewService<T>.TableName. Sets the name of the table (entity) that this collection is bound to.
Syntax
'Declaration
Public Function TableName( _
ByVal As String _
) As
public TableName(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also