SqlCeParameter Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the SqlCeParameter class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method SqlCeParameter() Initializes a new instance of the SqlCeParameter class.
Public method SqlCeParameter(String, SqlDbType) Initializes a new instance of the SqlCeParameter class with the parameter name and data type.
Public method SqlCeParameter(String, Object) Initializes a new instance of the SqlCeParameter class with the parameter name and the value of the new SqlCeParameter.
Public method SqlCeParameter(String, SqlDbType, Int32) Initializes a new instance of the SqlCeParameter class with the parameter name, data type, and length.
Public method SqlCeParameter(String, SqlDbType, Int32, String) Initializes a new instance of the SqlCeParameter class with the parameter name, data type, length, and source column name.
Public method SqlCeParameter(String, SqlDbType, Int32, Boolean, Byte, Byte, String, DataRowVersion, Object) Initializes a new instance of the SqlCeParameter class with the parameter name, data type, length, and other properties. SQL Server Compact supports only input parameters.
Public method SqlCeParameter(String, SqlDbType, Int32, ParameterDirection, Boolean, Byte, Byte, String, DataRowVersion, Object) Initializes a new instance of the SqlCeParameter class with the parameter name, data type, length, parameter direction, and other properties. SQL Server Compact only supports input parameters.

Top

See Also

Reference

SqlCeParameter Class

System.Data.SqlServerCe Namespace