다음을 통해 공유


EntityParameter 클래스

정의

EntityCommand에서 사용되는 매개 변수를 나타내는 클래스

public class EntityParameter : System.Data.Common.DbParameter
type EntityParameter = class
    inherit DbParameter
    interface IDbDataParameter
    interface IDataParameter
Public Class EntityParameter
Inherits DbParameter
상속
EntityParameter
구현

생성자

EntityParameter()

기본값을 사용하여 EntityParameter 클래스의 새 인스턴스를 초기화합니다.

EntityParameter(String, DbType)

지정된 매개 변수 이름 및 데이터 형식을 사용하여 EntityParameter 클래스의 새 인스턴스를 초기화합니다.

EntityParameter(String, DbType, Int32)

지정된 매개 변수 이름, 데이터 형식 및 크기를 사용하여 EntityParameter 클래스의 새 인스턴스를 초기화합니다.

EntityParameter(String, DbType, Int32, ParameterDirection, Boolean, Byte, Byte, String, DataRowVersion, Object)

지정된 속성을 사용하여 EntityParameter 클래스의 새 인스턴스를 초기화합니다.

EntityParameter(String, DbType, Int32, String)

지정된 속성을 사용하여 EntityParameter 클래스의 새 인스턴스를 초기화합니다.

속성

DbType

매개 변수의 DbType을 가져오거나 설정합니다.

Direction

매개 변수의 방향을 가져오거나 설정합니다.

EdmType

매개 변수 형식을 EdmType으로 가져오거나 설정합니다.

IsNullable

매개 변수에 null 값이 허용되는지 여부를 나타내는 값을 가져오거나 설정합니다.

ParameterName

엔터티 매개 변수의 이름을 가져오거나 설정합니다.

Precision

Value 속성을 나타내는 데 사용된 숫자의 자릿수를 가져오거나 설정합니다.

Scale

Value가 확인되는 소수점 이하 자릿수를 가져오거나 설정합니다.

Size

열 내부에 있는 데이터의 최대 크기를 가져오거나 설정합니다.

SourceColumn

에 매핑되고 를 로드하거나 반환하는 DataSet 데 사용되는 원본 열의 Value 이름을 가져오거나 설정합니다.

SourceColumnNullMapping

소스 열에서 null이 허용되는지 여부를 나타내는 값을 가져오거나 설정합니다.

SourceVersion

값을 로드할 때 사용할 DataRowVersion을 가져오거나 설정합니다.

Value

매개 변수의 값을 가져오거나 설정합니다.

메서드

ResetDbType()

EntityParameter와 연결된 형식을 다시 설정합니다.

ToString()

매개 변수의 문자열 표현을 반환합니다.

적용 대상