TypedListFieldDefinitionMappedFieldTypeAsString Property |
Gets the .NET type of the type of the mapped field as string
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax [AllowInFilterAttribute(2)]
public string MappedFieldTypeAsString { get; }
<AllowInFilterAttribute(2)>
Public ReadOnly Property MappedFieldTypeAsString As String
Get
Property Value
Type:
StringThe mapped field type as string.
See Also