DataSchemaModel.RegisterForController Method
Registers for a model controller.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function RegisterForController As DataSchemaModelController
public DataSchemaModelController RegisterForController()
public:
DataSchemaModelController^ RegisterForController()
member RegisterForController : unit -> DataSchemaModelController
public function RegisterForController() : DataSchemaModelController
Return Value
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModelController
The registered DataSchemaModelController.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.