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.
seealso: http://msdn.microsoft.com/en-us/library/system.data.dbtype.aspx
example: DbType.AnsiString
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
DbType DataType { get; } |
Visual Basic |
---|
ReadOnly Property DataType As DbType Get |