SPRowToParametersTransformer.ProviderFieldNames Property
Gets or sets the array of field names of the provider.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<TypeConverterAttribute(GetType(StringArrayConverter))> _
Public Property ProviderFieldNames As String()
Get
Set
'Usage
Dim instance As SPRowToParametersTransformer
Dim value As String()
value = instance.ProviderFieldNames
instance.ProviderFieldNames = value
[TypeConverterAttribute(typeof(StringArrayConverter))]
public string[] ProviderFieldNames { get; set; }
Property Value
Type: []
The array of field names of the provider.
See Also
Reference
SPRowToParametersTransformer Class