Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Esempi in C# (CSharp) per Db4objects.Close
Linguaggio di programmazione:
C# (CSharp)
Classe/tipologia:
Db4objects
Metodo/funzione:
Close
Esempi su hotexamples.com:
1
Db4objects.Close in C# (CSharp): 1 esempio trovato
. Questo è il miglior esempio reale in C# (CSharp) per
Db4objects.Close
, estratto da progetti open source. Lo puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Metodi utilizzati di frequente
Mostra
Nascondi
Container(9)
Length(5)
Address(3)
ObjectClass(3)
Add(2)
Query(2)
GetID(2)
GetHigherHierarchy1(2)
Store(2)
StatefulBuffer(1)
Size(1)
SetParentID(1)
Remove(1)
ToQCandidate(1)
ReadClassMetadata(1)
QueryByExample(1)
ToString(1)
ParentTransaction(1)
ObjectContainer(1)
Transaction(1)
Next(1)
MarshalledLength(1)
Traverse(1)
MarkTransient(1)
JoinHook(1)
Key(1)
FieldMetadataForName(1)
Btree(1)
ClassName(1)
ClassReflector(1)
Close(1)
CompareTo(1)
DeclaredAspectCount(1)
Equals(1)
FirstValidPointer(1)
IsValueType(1)
GetName(1)
GetObject(1)
GetStoredFields(1)
HasNext(1)
Hc_init(1)
Id_init(1)
IsNull(1)
WriteUpdateAdjustIndexes(1)
Metodi utilizzati di frequente
Container (9)
Length (5)
Address (3)
ObjectClass (3)
Add (2)
Query (2)
GetID (2)
GetHigherHierarchy1 (2)
Store (2)
StatefulBuffer (1)
Metodi utilizzati di frequente
Size (1)
SetParentID (1)
Remove (1)
ToQCandidate (1)
ReadClassMetadata (1)
QueryByExample (1)
ToString (1)
ParentTransaction (1)
ObjectContainer (1)
Transaction (1)
Next (1)
MarshalledLength (1)
Traverse (1)
MarkTransient (1)
JoinHook (1)
Key (1)
FieldMetadataForName (1)
Btree (1)
ClassName (1)
ClassReflector (1)
Metodi utilizzati di frequente
Next (1)
MarshalledLength (1)
Traverse (1)
MarkTransient (1)
JoinHook (1)
Key (1)
FieldMetadataForName (1)
Btree (1)
ClassName (1)
ClassReflector (1)
Close (1)
CompareTo (1)
DeclaredAspectCount (1)
Equals (1)
FirstValidPointer (1)
IsValueType (1)
GetName (1)
GetObject (1)
GetStoredFields (1)
HasNext (1)
Hc_init (1)
Id_init (1)
IsNull (1)
WriteUpdateAdjustIndexes (1)
Metodi utilizzati di frequente
Close (1)
CompareTo (1)
DeclaredAspectCount (1)
Equals (1)
FirstValidPointer (1)
IsValueType (1)
GetName (1)
GetObject (1)
GetStoredFields (1)
HasNext (1)
Hc_init (1)
Id_init (1)
IsNull (1)
WriteUpdateAdjustIndexes (1)
Esempio n. 1
0
Mostra file
File:
Simple.cs
Progetto:
erdincay/db4o
private void CloseDb(Db4objects.Db4o.IObjectContainer db) { db.Close(); }
x