NbDatabaseImplInsert Method |
INSERT
Namespace: Nec.Nebula.Internal.DatabaseAssembly: 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
)
Public Function Insert (
table As String,
values As Dictionary(Of String, Object)
) As Integer
public:
virtual int Insert(
String^ table,
Dictionary<String^, Object^>^ values
) sealed
abstract Insert :
table : string *
values : Dictionary<string, Object> -> int
override Insert :
table : string *
values : Dictionary<string, Object> -> int
Parameters
- table
- Type: SystemString
テーブル名 - values
- Type: System.Collections.GenericDictionaryString, Object
INSERTするデータ
Return Value
Type:
Int32INSERT行数
Implements
NbDatabaseInsert(String, DictionaryString, Object)Exceptions Exception | Condition |
---|
ArgumentNullException | テーブル名、INSERTするデータがnull |
Version Information Offline
Supported in: 1.0
See Also