'Declaration
<ExtensionAttribute()> <CanBeNullAttribute()> Public Shared Function AsStructuredDataType( _ ByVal dataType As DataType _ ) As StructuredDataType
'Usage
Dim dataType As DataType Dim value As StructuredDataType value = DataTypeExtension.AsStructuredDataType(dataType)
[Extension()] [CanBeNull()] public static StructuredDataType AsStructuredDataType( DataType dataType )
[Extension()] [CanBeNull()] public: static StructuredDataType^ AsStructuredDataType( DataType^ dataType )
Parameters
- dataType