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

Datei anzeigen Open project: azavea/net-dao-postgresql Class Usage Examples

Public Properties

Property Type Description
NullableId int
SomeNullableInt int?

Property Details

NullableId public_oe property

public int NullableId
return int

SomeNullableInt public_oe property

public int? SomeNullableInt
return int?