Click or drag to resize

FixedLengthClassBuilder Constructor

Overload List
  NameDescription
Public methodFixedLengthClassBuilder(String)
Used to create classes that maps to Fixed Length records.
Public methodFixedLengthClassBuilder(String, FixedMode)
Used to create classes that maps to Fixed Length records.
Public methodFixedLengthClassBuilder(String, Int32)
Used to create classes that maps to Fixed Length records and automatically instantiate many string fields as values are passed in the lengths arg.
Public methodFixedLengthClassBuilder(String, DataTable, Int32)
Used to create classes that maps to Fixed Length records with the same structure than a DataTable.
Top
See Also