Share via


CustomSchemaData.MatchesTypeAndCategory Method

Returns a value that indicates whether the specified category and type match this.

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

Syntax

'Declaration
Public Function MatchesTypeAndCategory ( _
    category As String, _
    type As String _
) As Boolean
public bool MatchesTypeAndCategory(
    string category,
    string type
)
public:
bool MatchesTypeAndCategory(
    String^ category, 
    String^ type
)
member MatchesTypeAndCategory : 
        category:string * 
        type:string -> bool 
public function MatchesTypeAndCategory(
    category : String, 
    type : String
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

CustomSchemaData Class

Microsoft.Data.Schema.SchemaModel Namespace