See Also

DbParameterBase Class  | Devart.Common Namespace  | DbParameter

See AlsoDevart.DataSend comments on this topic.

DbParameterBase Class Members

Devart.Common Namespace : DbParameterBase Class

DbParameterBase overview

Public Properties

Public Property DbType (Inherited from System.Data.Common.DbParameter)Gets or sets the DbType of the parameter.
Public Property DirectionOverridden. Gets or sets a value indicating whether the parameter is input-only, output-only, or bidirectional parameter.
Public Property IsNullableOverridden. Gets or sets a value indicating whether the parameter accepts null values.
Public Property ParameterNameOverridden. Gets or sets the name of the DbParameterBase.
Public Property SizeOverridden. Gets or sets the maximum size, in bytes, of the data within the column.
Public Property SourceColumnOverridden. Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value. For internal use.
Public Property SourceColumnNullMappingOverridden. Sets or gets a value which indicates whether the source column is nullable.
Public Property SourceVersionOverridden. Gets or sets the DataRowVersion to use when loading Value.
Public Property ValueOverridden. Gets or sets the value of the parameter.

Public Methods

Public Method CopyToCopies all properties of a DbParameterBase object to another DbParameterBase object.
Public Method CreateObjRef (Inherited from System.MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Public Method GetLifetimeService (Inherited from System.MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Public Method InitializeLifetimeService (Inherited from System.MarshalByRefObject)Obtains a lifetime service object to control the lifetime policy for this instance.
Public Method ResetDbType (Inherited from System.Data.Common.DbParameter)Resets the DbType property to its original settings.
Public Method ToStringOverridden. Gets the name of the DbParameterBase.

See Also

DbParameterBase Class  | Devart.Common Namespace  | DbParameter

 

 


© 2002 - 2013 Devart. All Rights Reserved.