C# 클래스 Azavea.Open.DAO.PostgreSQL.Tests.NullableClass

파일 보기 프로젝트 열기: azavea/net-dao-postgresql 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NullableId int
SomeNullableInt int?

프로퍼티 상세

NullableId 공개적으로 프로퍼티

public int NullableId
리턴 int

SomeNullableInt 공개적으로 프로퍼티

public int? SomeNullableInt
리턴 int?