Build()
|
Build the IGenericRecord.
|
SetArrayOfBoolean(String, Boolean[])
|
Adds a ArrayOfBoolean field to the record.
|
SetArrayOfDate(String, Nullable<HLocalDate>[])
|
Adds a ArrayOfDate field to the record.
|
SetArrayOfDecimal(String, Nullable<HBigDecimal>[])
|
Adds a ArrayOfDecimal field to the record.
|
SetArrayOfFloat32(String, Single[])
|
Adds a ArrayOfFloat32 field to the record.
|
SetArrayOfFloat64(String, Double[])
|
Adds a ArrayOfFloat64 field to the record.
|
SetArrayOfGenericRecord(String, IGenericRecord[])
|
Adds an array of IGenericRecord objects field to the record.
|
SetArrayOfInt16(String, Int16[])
|
Adds a ArrayOfInt16 field to the record.
|
SetArrayOfInt32(String, Int32[])
|
Adds a ArrayOfInt32 field to the record.
|
SetArrayOfInt64(String, Int64[])
|
Adds a ArrayOfInt64 field to the record.
|
SetArrayOfInt8(String, SByte[])
|
Adds a ArrayOfInt8 field to the record.
|
SetArrayOfNullableBoolean(String, Nullable<Boolean>[])
|
Adds a ArrayOfNullableBoolean field to the record.
|
SetArrayOfNullableFloat32(String, Nullable<Single>[])
|
Adds a ArrayOfNullableFloat32 field to the record.
|
SetArrayOfNullableFloat64(String, Nullable<Double>[])
|
Adds a ArrayOfNullableFloat64 field to the record.
|
SetArrayOfNullableInt16(String, Nullable<Int16>[])
|
Adds a ArrayOfNullableInt16 field to the record.
|
SetArrayOfNullableInt32(String, Nullable<Int32>[])
|
Adds a ArrayOfNullableInt32 field to the record.
|
SetArrayOfNullableInt64(String, Nullable<Int64>[])
|
Adds a ArrayOfNullableInt64 field to the record.
|
SetArrayOfNullableInt8(String, Nullable<SByte>[])
|
Adds a ArrayOfNullableInt8 field to the record.
|
SetArrayOfString(String, String[])
|
Adds a ArrayOfString field to the record.
|
SetArrayOfTime(String, Nullable<HLocalTime>[])
|
Adds a ArrayOfTime field to the record.
|
SetArrayOfTimeStamp(String, Nullable<HLocalDateTime>[])
|
Adds a ArrayOfTimeStamp field to the record.
|
SetArrayOfTimeStampWithTimeZone(String, Nullable<HOffsetDateTime>[])
|
Adds a ArrayOfTimeStampWithTimeZone field to the record.
|
SetBoolean(String, Boolean)
|
Adds a Boolean field to the record.
|
SetDate(String, Nullable<HLocalDate>)
|
Adds a Date field to the record.
|
SetDecimal(String, Nullable<HBigDecimal>)
|
Adds a Decimal field to the record.
|
SetFloat32(String, Single)
|
Adds a Float32 field to the record.
|
SetFloat64(String, Double)
|
Adds a Float64 field to the record.
|
SetGenericRecord(String, IGenericRecord)
|
Adds a IGenericRecord object field to the record.
|
SetInt16(String, Int16)
|
Adds a Int16 field to the record.
|
SetInt32(String, Int32)
|
Adds a Int32 field to the record.
|
SetInt64(String, Int64)
|
Adds a Int64 field to the record.
|
SetInt8(String, SByte)
|
Adds a Int8 field to the record.
|
SetNullableBoolean(String, Nullable<Boolean>)
|
Adds a NullableBoolean field to the record.
|
SetNullableFloat32(String, Nullable<Single>)
|
Adds a NullableFloat32 field to the record.
|
SetNullableFloat64(String, Nullable<Double>)
|
Adds a NullableFloat64 field to the record.
|
SetNullableInt16(String, Nullable<Int16>)
|
Adds a NullableInt16 field to the record.
|
SetNullableInt32(String, Nullable<Int32>)
|
Adds a NullableInt32 field to the record.
|
SetNullableInt64(String, Nullable<Int64>)
|
Adds a NullableInt64 field to the record.
|
SetNullableInt8(String, Nullable<SByte>)
|
Adds a NullableInt8 field to the record.
|
SetString(String, String)
|
Adds a String field to the record.
|
SetTime(String, Nullable<HLocalTime>)
|
Adds a Time field to the record.
|
SetTimeStamp(String, Nullable<HLocalDateTime>)
|
Adds a TimeStamp field to the record.
|
SetTimeStampWithTimeZone(String, Nullable<HOffsetDateTime>)
|
Adds a TimeStampWithTimeZone field to the record.
|