Share via


SqlCeParameter Constructor

Initializes a new instance of the SqlCeParameter class.

Overload List

Name Description
SqlCeParameter () Initializes a new instance of the SqlCeParameter class.

Supported by the .NET Compact Framework.
SqlCeParameter (String, Object) Initializes a new instance of the SqlCeParameter class with the parameter name and the value of the new SqlCeParameter.

Supported by the .NET Compact Framework.
SqlCeParameter (String, SqlDbType) Initializes a new instance of the SqlCeParameter class with the parameter name and data type.

Supported by the .NET Compact Framework.
SqlCeParameter (String, SqlDbType, Int32) Initializes a new instance of the SqlCeParameter class with the parameter name, data type, and length.

Supported by the .NET Compact Framework.
SqlCeParameter (String, SqlDbType, Int32, String) Initializes a new instance of the SqlCeParameter class with the parameter name, data type, length, and source column name.

Supported by the .NET Compact Framework.
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 Mobile only supports input parameters.

Supported by the .NET Compact Framework.
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 Mobile only supports input parameters.

Supported by the .NET Compact Framework.

See Also

Reference

SqlCeParameter Class
SqlCeParameter Members
System.Data.SqlServerCe Namespace