ModelStore.IsBuiltInPropertyType Method

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

Syntax

'Declaration
Public Shared Function IsBuiltInPropertyType ( _
    type As Type _
) As Boolean
public static bool IsBuiltInPropertyType(
    Type type
)
public:
static bool IsBuiltInPropertyType(
    Type^ type
)
static member IsBuiltInPropertyType : 
        type:Type -> bool 
public static function IsBuiltInPropertyType(
    type : Type
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ModelStore Class

Microsoft.Data.Schema.SchemaModel Namespace