The data type of a (column) parameter is specific to the .NET Framework data provider. Specifying the type converts the value of the Parameter to the data provider Type before passing the value to the data source. see also: http://msdn.microsoft.com/en-us/library/system.data.dbtype.aspx example: DbType.AnsiString

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public virtual DbType DataType { get; }
Visual Basic
Public Overridable ReadOnly Property DataType As DbType
	Get

Property Value

Type: DbType

Implements

IDataObject..::..DataType

See Also