IInstance.GetStreamableField Method
Gets the streamable field corresponding to the given StreamAccessor method instance name.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetStreamableField ( _
fieldName As String _
) As IStreamableField
'Usage
Dim instance As IInstance
Dim fieldName As String
Dim returnValue As IStreamableField
returnValue = instance.GetStreamableField(fieldName)
IStreamableField GetStreamableField(
string fieldName
)
Parameters
fieldName
Type: System.StringThe name of the StreamAccessor method instance.
Return Value
Type: Microsoft.BusinessData.Runtime.IStreamableField
The streamable field.