Class SqlParameterValue
public class SqlParameterValue
  - Inheritance
 - 
      
      SqlParameterValue
 
- Inherited Members
 
- Extension Methods
 
Constructors
SqlParameterValue(object?, DbDataType)
public SqlParameterValue(object? providerValue, DbDataType dbDataType)
  Parameters
providerValueobjectdbDataTypeDbDataType
Properties
DbDataType
public DbDataType DbDataType { get; }
  Property Value
ProviderValue
public object? ProviderValue { get; }