'Declaration Public Function New()
'Usage Dim instance As New TdParameter()
public TdParameter()
public: TdParameter();
'Declaration Public Function New()
'Usage Dim instance As New TdParameter()
public TdParameter()
public: TdParameter();
TdParameter class is initialized with the following default property values.
| Property | Initial Value |
|---|---|
| DbType | System.Data.DbType.String |
| Direction | System.Data.ParameterDirection.Input |
| IsNullable | false |
| Offset | Zero (0) |
| ParameterName | empty string |
| Precision | 0 (will be inferred if not specified by the application) |
| Scale | 0 (will be inferred if not specified by the application) |
| Size | 0 (will be inferred if not specified by the application) |
| SourceColumn | empty string |
| SourceVersion | System.Data.DataRowVersion.Current |
| TdType | TdType.VarChar |
| Value | Null |
| Product | Versions | Platforms |
|---|---|---|
| .NET | 6, 7 | Windows, Linux, MacOS |
| .NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
| .NET Standard | 2.0 | Windows, Linux, MacOS |