SqlShimLoaderColumn Constructor(String,DbType)
In This Topic
Initializes a new instance of the
SqlShimLoaderColumn class with the column name and column data type.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As DbType _
)
public SqlShimLoaderColumn(
string ,
DbType
)
Parameters
- name
- The name of the column.
- dbType
See Also