#LazySpMetadataPulling

##About

Summary: Gets or sets whether stored procedure metadata will be loaded at the same time as metadata for the rest of the schema. When true, stored procedure metadata will only be pulled when the stored procedure is executed.
Data Type: System.Boolean
Accepted Values:
Default Value: False
Impacted Features:
Purpose:
Usage:
Caveats:

##Code Samples ###Global.asax (C♯)


```

###Global.asax (VB.NET)

```visualbasic
##Alternate Usage: ##Screenshots