|
DataSetExtensionsDeriveColumnType Method
|
Gets column object
Type from given
DataType.
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
Syntaxpublic static Type DeriveColumnType(
this DataType dataType
)
<ExtensionAttribute>
Public Shared Function DeriveColumnType (
dataType As DataType
) As Type
public:
[ExtensionAttribute]
static Type^ DeriveColumnType(
DataType dataType
)
[<ExtensionAttribute>]
static member DeriveColumnType :
dataType : DataType -> Type
GSF.Data.DataSetExtensions.DeriveColumnType = function(dataType);
View SourceParameters
- dataType DataType
- DataType to derive object Type from.
Return Value
TypeObject
Type derived from given
DataType.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
DataType. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also