[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
returns an existing stored field of this stored class.
Namespace: Db4objects.Db4o.Ext
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Function StoredField ( _ name As String, _ type As Object _ ) As IStoredField |
C# |
---|
IStoredField StoredField ( string name, Object type ) |
Visual C++ |
---|
IStoredField^ StoredField ( String^ name, Object^ type ) |
Parameters
- name
- System.String
the name of the field
- type
- System.Object
the type of the field. There are four possibilities how to supply the type:
- a Class object. (.NET: a Type object)
- a fully qualified classname.
- any object to be used as a template.
- null, if the first found field should be returned.
Return Value
the Db4objects.Db4o.Ext.IStoredField
Remarks
returns an existing stored field of this stored class.