Interface IMapperSchema
Row schema for IMapper<T>.
public interface IMapperSchema
Properties
Columns
Gets the columns.
IReadOnlyList<IMapperColumn> Columns { get; }
Row schema for IMapper<T>.
public interface IMapperSchema
Gets the columns.
IReadOnlyList<IMapperColumn> Columns { get; }