BCCollectionBaseGetRowAMID Method |
Returns the ID property value for an object with the specified index in the tableview.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public string GetRowAMID(
int objectIndex
)
Public Function GetRowAMID (
objectIndex As Integer
) As String
public:
String^ GetRowAMID(
int objectIndex
)
member GetRowAMID :
objectIndex : int -> string
Parameters
- objectIndex
- Type: SystemInt32
The index of the object in the tableview.
Return Value
Type:
StringThe
ID property value for the object.
See Also