Metodo DedAttrCollectionCreateInsertCommand
|
Crea un comando per inserire un elemento.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi protected override QSInsertCommand CreateInsertCommand(
DedAttr item
)
Protected Overrides Function CreateInsertCommand (
item As DedAttr
) As QSInsertCommand
protected:
virtual QSInsertCommand^ CreateInsertCommand(
DedAttr^ item
) override
abstract CreateInsertCommand :
item : DedAttr -> QSInsertCommand
override CreateInsertCommand :
item : DedAttr -> QSInsertCommand
Parametri
- item DedAttr
- Elemento da inserire.
Valore di ritorno
QSInsertCommandVedi anche