EldorADO.NET Class Library

IObjectStorage.Find Method (Type, String)

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:Eldorado.Object.Entity.IObjectStorage.Find(System.Type,System.String)

[Visual Basic]
Function Find( _
   ByVal baseType As Type, _
   ByVal oid As String _
) As Object
[C#]
object Find(
   Type baseType,
   string oid
);

Parameters

baseType
Missing <param> documentation for baseType
oid
Missing <param> documentation for oid

Return Value

Missing <returns> documentation for M:Eldorado.Object.Entity.IObjectStorage.Find(System.Type,System.String)

See Also

IObjectStorage Interface | Eldorado.Object.Entity Namespace | IObjectStorage.Find Overload List