Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameter Members

FbParameter overview

Public Instance Constructors

FbParameter Overloaded. Initializes a new instance of the FbParameter class.

Public Instance Properties

Charset Gets or sets the Charset of the parameter.
DbType Gets or sets the DbType of the parameter.
Direction Gets or sets the Direction of the parameter.
FbDbType 
IsNullable Gets or sets whether the parameter accepts null values.
ParameterName Gets or sets the name of the FbParameter.
Precision Gets or sets the maximum number of digits used to represent the parameter value.
Scale Gets or sets the number of decimal places to which parameter value is resolved.
Size Gets or sets the maximum size, in bytes, of the data within the column.
SourceColumn Gets or sets the name of the source column that is mapped to the DataSet and used for loading or returning the Value.
SourceVersion Gets or sets the DataRowVersion to use when loading value.
Value Gets or sets the value of the parameter.

Public Instance Methods

CreateObjRef (inherited from MarshalByRefObject) 
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetLifetimeService (inherited from MarshalByRefObject) 
GetType (inherited from Object) 
InitializeLifetimeService (inherited from MarshalByRefObject) 
ToString 

See Also

FbParameter Class | FirebirdSql.Data.Firebird Namespace