| DatabaseColumnExists Method |
Namespace:
Dynamicweb.Data
Assembly:
Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax public static bool ColumnExists(
IDataReader reader,
string columnName
)
Public Shared Function ColumnExists (
reader As IDataReader,
columnName As String
) As Boolean
Parameters
- reader
- Type: System.DataIDataReader
- columnName
- Type: SystemString
Return Value
Type:
BooleanSee Also