Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
PreStorm
Mapped
C# 클래스 PreStorm.Mapped
Provides a custom attribute for specifying the source field name. This is used to map a database field to a property.
상속:
System.Attribute
파일 보기
프로젝트 열기: jshirota/PreStorm
공개 메소드들
메소드
설명
Mapped
(
string
fieldName
) :
System
Initializes a new instance of the Mapped class.
메소드 상세
Mapped()
공개
메소드
Initializes a new instance of the Mapped class.
public
Mapped
(
string
fieldName
) :
System
fieldName
string
The name of the database field. Case sensitive.
리턴
System