6d75681c 639f 8762 e42e a0f3ca8c9d30 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Returns specified field by identifier.
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public override BaseDataFieldModel GetBy(
string value
)VB
Public Overrides Function GetBy (
value As String
) As BaseDataFieldModel
- value
- Type: System.String
The field to locate on this collection" />.
Type: BaseDataFieldModel
true if value is found in this collection; otherwise, false.
[Missing documentation for "M:iTin.Export.Model.FieldsModel.GetBy(System.String)"]