C# Class Azavea.Open.DAO.PostgreSQL.Tests.NullableClass

Show file Open project: azavea/net-dao-postgresql Class Usage Examples

Public Properties

Property Type Description
NullableId int
SomeNullableInt int?

Property Details

NullableId public property

public int NullableId
return int

SomeNullableInt public property

public int? SomeNullableInt
return int?