ComponentOne ASP.NET MVC Controls
TableName Method

C1.Web.Mvc.Fluent Namespace > BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Class : TableName Method
The value.
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 value As String _
) As TBuilder
public TBuilder TableName( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Class
BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> Members