OdbcFieldInfo Constructor

public OdbcFieldInfo( 
string ColumnName
OdbcType Type
int Version
string FieldName = null 
)
This language is not supported or no code example is available.
public:  
OdbcFieldInfo( 
String^ ColumnName
OdbcType Type
int Version
String^ FieldName 
)
This language is not supported or no code example is available.
public function OdbcFieldInfo( 
ColumnName : String
Type : OdbcType
Version : int
FieldName : String 
);
This language is not supported or no code example is available.

Parameters

ColumnName
string

Type
OdbcType

Version
int

FieldName
string

In this article

Definition