Mini SQL Query Extensibility Documentation
SafeGetInt Method (row, columnName)
NamespacesMiniSqlQuery.Core.DbModelGenericSchemaServiceSafeGetInt(DataRow, String)

[Missing <summary> documentation for "M:MiniSqlQuery.Core.DbModel.GenericSchemaService.SafeGetInt(System.Data.DataRow,System.String)"]

Declaration Syntax
C#Visual BasicVisual C++
protected int SafeGetInt(
	DataRow row,
	string columnName
)
Protected Function SafeGetInt ( _
	row As DataRow, _
	columnName As String _
) As Integer
protected:
int SafeGetInt(
	DataRow^ row, 
	String^ columnName
)
Parameters
row (DataRow)

[Missing <param name="row"/> documentation for "M:MiniSqlQuery.Core.DbModel.GenericSchemaService.SafeGetInt(System.Data.DataRow,System.String)"]

columnName (String)

[Missing <param name="columnName"/> documentation for "M:MiniSqlQuery.Core.DbModel.GenericSchemaService.SafeGetInt(System.Data.DataRow,System.String)"]

Return Value

[Missing <returns> documentation for "M:MiniSqlQuery.Core.DbModel.GenericSchemaService.SafeGetInt(System.Data.DataRow,System.String)"]

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)