Metodo DedDocWritePropertiesInDb
|
Scrive le proprietà passate nel database.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public void WritePropertiesInDb(
Dictionary<string, Object> docProps
)
Public Sub WritePropertiesInDb (
docProps As Dictionary(Of String, Object)
)
public:
void WritePropertiesInDb(
Dictionary<String^, Object^>^ docProps
)
member WritePropertiesInDb :
docProps : Dictionary<string, Object> -> unit
Parametri
- docProps
- Tipo: System.Collections.GenericDictionaryString, Object
Dizionario nome valore
Vedi anche