HostIntegratorSession.GetFieldMetaData Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.GetFieldMetaData Method 

Gets metadata for the specified field in the specified recordset and entity in the Host Integrator model.

[Visual Basic]Public Function GetFieldMetaData( _
   ByVal entityName As String, _
   ByVal recordSetName As String, _
   ByVal fieldName As String _
) As FieldMetaData
[C#]
public FieldMetaData GetFieldMetaData(
   string entityName,
   string recordSetName,
   string fieldName
);

Parameters

entityName
Specifies an entity in the Host Integrator model.
recordSetName
Specifies a recordset in the specified entity.
fieldName
Specifies a field in the specified recordset.

Return Value

This method returns metadata for the specified field.

Remarks

Gets metadata for the specified field in the specified recordset and entity in the Host Integrator model.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace