public ref class DbParameter abstract
public ref class DbParameter abstract : MarshalByRefObject, System::Data::IDbDataParameter
public ref class DbParameter abstract : System::Data::IDbDataParameter
public abstract class DbParameter
public abstract class DbParameter : MarshalByRefObject, System.Data.IDbDataParameter
public abstract class DbParameter : System.Data.IDbDataParameter
type DbParameter = class
type DbParameter = class
inherit MarshalByRefObject
interface IDataParameter
interface IDbDataParameter
type DbParameter = class
interface IDataParameter
interface IDbDataParameter
type DbParameter = class
inherit MarshalByRefObject
interface IDbDataParameter
interface IDataParameter
Public MustInherit Class DbParameter
Public MustInherit Class DbParameter
Inherits MarshalByRefObject
Implements IDbDataParameter
Public MustInherit Class DbParameter
Implements IDbDataParameter
Gets or sets the DbType of the parameter.
DirectionGets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
IsNullableGets or sets a value that indicates whether the parameter accepts null values.
ParameterNameGets or sets the name of the DbParameter.
PrecisionGets or sets the maximum number of digits used to represent the Value property.
ScaleGets or sets the number of decimal places to which Value is resolved.
SizeGets or sets the maximum size, in bytes, of the data within the column.
SourceColumnGets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value.
SourceColumnNullMappingGets or sets a value that indicates whether the source column is nullable. This allows DbCommandBuilder to correctly generate Update statements for nullable columns.
SourceVersionGets or sets the DataRowVersion to use when you load Value.
ValueGets or sets the value of the parameter.
Methods Explicit Interface Implementations See alsoCollaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this articleWas this page helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4