[Missing <summary> documentation for "M:Caisis.BOL.EformMetadataBuilder.AddFieldToSection(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32)"]

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void AddFieldToSection(
	string tablename,
	string fieldname,
	int rowIndex,
	int columnIndex,
	int recordId,
	int parentRecordId
)
Visual Basic
Public Sub AddFieldToSection ( 
	tablename As String,
	fieldname As String,
	rowIndex As Integer,
	columnIndex As Integer,
	recordId As Integer,
	parentRecordId As Integer
)
Visual C++
public:
void AddFieldToSection(
	String^ tablename, 
	String^ fieldname, 
	int rowIndex, 
	int columnIndex, 
	int recordId, 
	int parentRecordId
)

Parameters

tablename
Type: System..::..String

[Missing <param name="tablename"/> documentation for "M:Caisis.BOL.EformMetadataBuilder.AddFieldToSection(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32)"]

fieldname
Type: System..::..String

[Missing <param name="fieldname"/> documentation for "M:Caisis.BOL.EformMetadataBuilder.AddFieldToSection(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32)"]

rowIndex
Type: System..::..Int32

[Missing <param name="rowIndex"/> documentation for "M:Caisis.BOL.EformMetadataBuilder.AddFieldToSection(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32)"]

columnIndex
Type: System..::..Int32

[Missing <param name="columnIndex"/> documentation for "M:Caisis.BOL.EformMetadataBuilder.AddFieldToSection(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32)"]

recordId
Type: System..::..Int32

[Missing <param name="recordId"/> documentation for "M:Caisis.BOL.EformMetadataBuilder.AddFieldToSection(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32)"]

parentRecordId
Type: System..::..Int32

[Missing <param name="parentRecordId"/> documentation for "M:Caisis.BOL.EformMetadataBuilder.AddFieldToSection(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also