DataFramegetDotNetColumnTypes Method |
Return array containing .NET types each column is best cast to
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic Type[] getDotNetColumnTypes()
Public Function getDotNetColumnTypes As Type()
public:
array<Type^>^ getDotNetColumnTypes()
member getDotNetColumnTypes : unit -> Type[]
Return Value
Type:
Type
See Also