SqlParameter
SqlParameter()
SqlParameter(String, Object)
SqlParameter(String, SqlDbType)
SqlParameter(String, SqlDbType, Int32)
SqlParameter(String, SqlDbType, Int32, String)
SqlParameter(String, SqlDbType, Int32, ParameterDirection, Boolean, Byte, Byte, String, DataRowVersion, Object)
SqlParameter(String, SqlDbType, Int32, ParameterDirection, Byte, Byte, String, DataRowVersion, Boolean, Object, String, String, String)
CompareInfo
DbType
Direction
ForceColumnEncryption
IsNullable
LocaleId
Offset
ParameterName
Precision
Scale
Size
SourceColumn
SourceColumnNullMapping
SourceVersion
SqlDbType
SqlValue
TypeName
UdtTypeName
Value
XmlSchemaCollectionDatabase
XmlSchemaCollectionName
XmlSchemaCollectionOwningSchema
ResetDbType()
ResetSqlDbType()
ToString()
net481
namespace System.Data.SqlClient
{
[TypeConverter(typeof(SqlParameterConverter))]
public sealed class SqlParameter : DbParameter, IDataParameter, IDbDataParameter, ICloneable
{
[DefaultValue(false)]
public bool ForceColumnEncryption { get; set; }
}
}
nuget.org | 0.0 % Reference this API 0.0 % Get property 0.0 % Set property |
---|---|
.NET Framework | 4.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to net481 | |
Assembly | System.Data , Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API