Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- category
 Type: System.String
 The category to compare.
- type
 Type: System.String
 The data type to compare.
Return Value
Type: System.Boolean
.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.