Add some entity id as a set of parameters

Namespace: Contracts.Databases
Assembly: Contracts (in Contracts.dll)

Sub AddEntityParameters( _ 
ByVal cmd As IDBCommand, _ 
ByVal id As EntityID
)
This language is not supported or no code example is available.
void AddEntityParameters( 
IDBCommand cmd
EntityID id 
)
This language is not supported or no code example is available.
 
void AddEntityParameters( 
IDBCommand^ cmd
EntityID^ id 
)
This language is not supported or no code example is available.
function AddEntityParameters( 
cmd : IDBCommand
id : EntityID 
);
This language is not supported or no code example is available.

Parameters

cmd
Type: IDBCommand

the cmd to add it to

id
Type: EntityID

the id

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1