Metodo DedAttrCollectionCreateInsertCommand
|
Crea un comando per inserire un elemento.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.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
- Tipo: DedNet.CoreDedAttr
Elemento da inserire.
Valore di ritorno
Tipo:
QSInsertCommandVedi anche