Click or drag to resize
NbDatabaseImplInsert Method
INSERT

Namespace: Nec.Nebula.Internal.Database
Assembly: Nec.Nebula.Offline (in Nec.Nebula.Offline.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public int Insert(
	string table,
	Dictionary<string, Object> values
)

Parameters

table
Type: SystemString
テーブル名
values
Type: System.Collections.GenericDictionaryString, Object
INSERTするデータ

Return Value

Type: Int32
INSERT行数

Implements

NbDatabaseInsert(String, DictionaryString, Object)
Exceptions
ExceptionCondition
ArgumentNullExceptionテーブル名、INSERTするデータがnull
Version Information

Offline

Supported in: 1.0
See Also