RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Binds an entry at the current position.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void Bind( FieldEntry fieldEntry ) |
Visual Basic |
---|
Public Sub Bind ( _ fieldEntry As FieldEntry _ ) |
Visual C++ |
---|
public: void Bind( FieldEntry^ fieldEntry ) |
F# |
---|
member Bind : fieldEntry:FieldEntry -> unit |
Parameters
- fieldEntry
- Type: ThomsonReuters.RFA.Data..::..FieldEntry
FieldEntry Data.
Remarks
Application need specify an instance
of all methods on the entry prior to the Bind() call. For single-pass encoding,
application need populate the contained data on the entry only after the Bind() call.
For double-pass encoding, application need populate the contained data on the entry
only prior to the Bind() call. Double-pass encoding is used for pre-encoded data.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid usage. |