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