SqlParameter.ResetSqlDbType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resets the type associated with this SqlParameter.
public:
void ResetSqlDbType();
public void ResetSqlDbType ();
member this.ResetSqlDbType : unit -> unit
Public Sub ResetSqlDbType ()
Remarks
When executing a command that includes parameter values, code can either set the type of a parameter explicitly, or the parameter can infer its type from its value. Calling this method resets the parameter so that it can again infer its type from the value passed in the parameter. Calling this method affects both the DbType and SqlDbType properties of the SqlParameter.
Applies to
See also
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET