Oracle 5.0 Reference Manual page 1995

Table of Contents

Advertisement

Syntax: Visual Basic
NotOverridable Public Property Scale As Byte _
_
Implements IDbDataParameter.Scale
Syntax: C#
public byte Scale {get; set;}
Implements
IDbDataParameter.Scale
See Also
MySqlParameter
20.2.7.1.4.1.7.1.1.3.1.1.10. Size Property
Gets or sets the maximum size, in bytes, of the data within the column.
Syntax: Visual Basic
NotOverridable Public Property Size As Integer _
_
Implements IDbDataParameter.Size
Syntax: C#
public int Size {get; set;}
Implements
IDbDataParameter.Size
See Also
MySqlParameter
20.2.7.1.4.1.7.1.1.3.1.1.11. SourceColumn Property
Gets or sets the name of the source column that is mapped to the DataSetand used for loading or
returning the Value.
Syntax: Visual Basic
NotOverridable Public Property SourceColumn As String _
_
Implements IDataParameter.SourceColumn
Syntax: C#
public string SourceColumn {get; set;}
Implements
IDataParameter.SourceColumn
See Also
MySqlParameter
20.2.7.1.4.1.7.1.1.3.1.1.12. SourceVersion Property
Gets or sets the DataRowVersion to use when loading Value.
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
Class,
MySql.Data.MySqlClient Namespace
Class,
MySql.Data.MySqlClient Namespace
1975

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents