BusinessLogicDataAdapter.SelectCommand Property
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Property SelectCommand As BusinessLogicCommand
Get
Set
'Usage
Dim instance As BusinessLogicDataAdapter
Dim value As BusinessLogicCommand
value = instance.SelectCommand
instance.SelectCommand = value
public BusinessLogicCommand SelectCommand { get; set; }
public:
property BusinessLogicCommand^ SelectCommand {
BusinessLogicCommand^ get ();
void set (BusinessLogicCommand^ value);
}
member SelectCommand : BusinessLogicCommand with get, set
function get SelectCommand () : BusinessLogicCommand
function set SelectCommand (value : BusinessLogicCommand)
Property Value
Type: Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand