Get the name of columns and their datattypes. [datatype,columnname]

[Visual Basic]
Protected Function GetColumnName( _
   ByVal isIdentityAllowed As Boolean _
) As String(,)
[C#]
protected string[,] GetColumnName(
   bool isIdentityAllowed
);

Parameters

isIdentityAllowed

Return Value

See Also

DataClass Class | DataClass Members | Magnusson.Data.SqlAutomation Namespace