returns an existing stored field of this stored class.
[Visual Basic] Function storedField( _ ByVal name As String, _ ByVal type As Object _ ) As StoredField [C#] StoredField storedField( string name, object type ); [C++] StoredField* storedField( String* name, Object* type ); [JScript] function storedField( String name, Object type ): StoredField;
returns an existing stored field of this stored class.
StoredClass Interface | com.db4o.ext Namespace