EntityContext Constructor (String^)

 

Initializes a new instance of the EntityContext with a given schema.

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

protected:
EntityContext(
	String^ schema
)

Parameters

schema
Type: System::String^

The schema name to use for this DbContext. It is recommended that the service name (which can be obtained from the ServiceSettingsDictionary be used as the schema name).

Return to top
Show: