Public Function New( _ ByVal name As String, _ ByVal columnType As DbType _ )
Dim name As String Dim columnType As DbType Dim instance As New ColumnMappingAttribute(name, columnType)
public ColumnMappingAttribute( string name, DbType columnType )
public: ColumnMappingAttribute( string* name, DbType columnType )
public: ColumnMappingAttribute( String^ name, DbType columnType )
Parameters
- name
- columnType