ModelSchema.GetInterfaceTypeByName Method

Returns the type that matches the given interface name.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function GetInterfaceTypeByName ( _
    modelInterfaceName As String _
) As Type
public Type GetInterfaceTypeByName(
    string modelInterfaceName
)
public:
Type^ GetInterfaceTypeByName(
    String^ modelInterfaceName
)
member GetInterfaceTypeByName : 
        modelInterfaceName:string -> Type 
public function GetInterfaceTypeByName(
    modelInterfaceName : String
) : Type

Parameters

  • modelInterfaceName
    Type: System.String
    The given interface name.

Return Value

Type: System.Type
A Type that represents the requested interface.

.NET Framework Security

See Also

Reference

ModelSchema Class

Microsoft.Data.Schema.SchemaModel Namespace