Interface IDataRow
IDataRow interface
public interface IDataRow
Properties
Name | Description |
---|---|
FieldsCount { get; } | |
RowNumber { get; } |
Methods
Name | Description |
---|---|
IsNull(int) | |
ReadCharacter(int) | |
ReadDate(int) | |
ReadDateTime(int) | |
ReadDecimal(int) | |
ReadFloat(int) | |
ReadInteger(int) | |
ReadLargeInteger(int) | |
ReadLogical(int) | |
ReadSmallInteger(int) | |
ReadTime(int) |
See Also
- namespace Aspose.Gis.Common.Formats.MapInfo
- assembly Aspose.GIS