From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- .../csharp/html/T_BerkeleyDB_PartitionDelegate.htm | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/csharp/html/T_BerkeleyDB_PartitionDelegate.htm (limited to 'docs/csharp/html/T_BerkeleyDB_PartitionDelegate.htm') diff --git a/docs/csharp/html/T_BerkeleyDB_PartitionDelegate.htm b/docs/csharp/html/T_BerkeleyDB_PartitionDelegate.htm new file mode 100644 index 00000000..fe07e975 --- /dev/null +++ b/docs/csharp/html/T_BerkeleyDB_PartitionDelegate.htm @@ -0,0 +1,23 @@ +PartitionDelegate Delegate
+ An application-specified partitioning function. +

+ Namespace: +  BerkeleyDB
+ Assembly: +  libdb_dotnet61 (in libdb_dotnet61.dll) Version: 6.1.23.0

Syntax

C#
public delegate uint PartitionDelegate(
+	DatabaseEntry key
+)
Visual Basic (Declaration)
Public Delegate Function PartitionDelegate ( _
+	key As DatabaseEntry _
+) As UInteger
Visual C++
public delegate unsigned int PartitionDelegate(
+	DatabaseEntry^ key
+)

Parameters

key
Type: BerkeleyDB..::.DatabaseEntry
+ The value used to determine which partition number should be returned. +

See Also

\ No newline at end of file -- cgit v1.2.1