FileSystemHelperIsNativeStructureType Method |
Determines whether the specified type corresponds to a native structure.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic static bool IsNativeStructureType(
ObjectType type
)
Public Shared Function IsNativeStructureType (
type As ObjectType
) As Boolean
public:
static bool IsNativeStructureType(
ObjectType type
)
static member IsNativeStructureType :
type : ObjectType -> bool
Parameters
- type
- Type: Dundas.BIObjectType
The type.
Return Value
Type:
Boolean if the specified type corresponds to an native structure; otherwise,
.
See Also