BusinessLogicParameter Class
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a business logic parameter.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameter
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Class BusinessLogicParameter _
Implements IDataParameter
'Usage
Dim instance As BusinessLogicParameter
public class BusinessLogicParameter : IDataParameter
public ref class BusinessLogicParameter : IDataParameter
type BusinessLogicParameter =
class
interface IDataParameter
end
public class BusinessLogicParameter implements IDataParameter
The BusinessLogicParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BusinessLogicParameter() | Initializes a new instance of the BusinessLogicParameter class. | |
BusinessLogicParameter(String, DbType) | Initializes a new instance of the BusinessLogicParameter class with a specified type and name of the parameter. | |
BusinessLogicParameter(String, Object) | Initializes a new instance of the BusinessLogicParameter class. | |
BusinessLogicParameter(String, DbType, String) | Initializes a new instance of the BusinessLogicParameter class. |
Top
Properties
Name | Description | |
---|---|---|
DbType | Gets or sets the DbType of the parameter. | |
Direction | Gets or sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter. | |
IsNullable | Gets a value that indicates whether the parameter accepts null values. | |
ParameterName | Gets or sets the name of the BusinessLogicParameter. | |
SourceColumn | Gets or sets the name of the source column mapped to the data set. | |
SourceVersion | Gets or sets the DataRowVersion to use when you load value. | |
Value | Gets or sets the value of the parameter. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace