2 references to FieldOrPropertyType
Microsoft.ML.Data (2)
DataView\InternalSchemaDefinition.cs (1)
33
public Type OutputType => IsComputed ? ComputedReturnType :
FieldOrPropertyType
;
DataView\TypedCursor.cs (1)
115
col.ColumnName, realColType, col.MemberInfo.Name, col.
FieldOrPropertyType
.FullName);