db4o

IClass.getDeclaredField Method 

[Visual Basic]
Function getDeclaredField( _ 
   ByVal name As String _ 
) As IField
[C#]
IField getDeclaredField(
   string name
);
[C++]
IField* getDeclaredField(
   String* name
);
[JScript]
function getDeclaredField(
   String name
): IField;

See Also

IClass Interface | com.db4o.reflect Namespace