TableController Class

 

This is the non-generic common base class for table controllers. It is strongly recommended instead using the generic version TableController{T} which provides strongly typed support for the various table operations.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Tables
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

System.Object
  System.Web.Http.ApiController
    Microsoft.WindowsAzure.Mobile.Service.Tables.TableController
      Microsoft.WindowsAzure.Mobile.Service.TableController<'TData>

[<AbstractClass>]
type TableController = 
    class
        inherit ApiController
    end

NameDescription
System_CAPS_protmethodTableController()

Initializes a new instance of the TableController class.

NameDescription
System_CAPS_pubpropertyServices

Get or Set the ApiServices associated with this controller instance.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: